mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-29 09:41:36 +02:00
When we build with -fdata-sections we may end up with bss subsections. Our linker script explicitly lists only a single consecutive bss section though. Adapt the statement to also include subsections. Signed-off-by: Alexander Graf <agraf@suse.de>