Searched hist:b68d6712c379735e886ef9c01b946bc36f295273 (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/ |
H A D | u-boot.lds | diff b68d6712c379735e886ef9c01b946bc36f295273 Mon Oct 22 01:19:32 CDT 2012 Stephen Warren <swarren@nvidia.com> ARM: fix u-boot.lds for -ffunction-sections/-fdata-sections
When -ffunction-sections or -fdata-section are used, symbols are placed into sections such as .data.eserial1_device and .bss.serial_current. Update the linker script to explicitly include these. Without this change (at least with my gcc-4.5.3 built using crosstool-ng), I see that the sections do end up being included, but __bss_end__ gets set to the same value as __bss_start.
Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Allen Martin <amartin@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org>
|