u-boot/arch/arm/cpu/armv7/omap-common
Albert ARIBAUD 2fd34f2636 arm: omap: map u_boot_lists section to .sram
Output section .u_boot_list was left unmapped in
u-boot-spl.lds for omap-common, causing the location
counter to roll back to bteween .rodata and .data,
making __image_copy_end and _end symbols wrong.

Mapping output section .u_boot_list to memory .sram
fixes these symbols' mapping.

This modifies the SPL binary but has no functional
impact, as __image_copy_end and _end are never used
in SPLs and u_boot_list is empty for all 29 boards
affected (omap4_sdp4430 eco5pk igep0030 am335x_evm_uart3
omap3_beagle am3517_crane igep0032 mt_ventoux pcm051
am3517_evm omap3_evm_quick_mmc am335x_evm_uart2
am335x_evm_spiboot am335x_evm_uart1 omap3_evm igep0030_nand
omap3_overo igep0020 am335x_evm omap4_panda omap5_evm
am335x_evm_uart4 devkit8000 tricorder mcx twister
omap3_evm_quick_nand am335x_evm_uart5 igep0020_nand).

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2013-03-12 23:28:26 +01:00
..
boot-common.c omap_hsmmc: add driver check for write protection 2013-03-08 16:41:13 -05:00
clocks-common.c arm: dra7xx: clock: Add the dplls data 2013-03-11 11:06:11 -04:00
config.mk arm: Remove additional config flags 2012-10-04 14:51:50 +02:00
emif-common.c arm: dra7xx: Add DDR related data for DRA752 ES1.0 2013-03-11 11:06:11 -04:00
hwinit-common.c arm: dra7xx: Add silicon id support for DRA752 soc 2013-03-11 11:39:57 -04:00
lowlevel_init.S am33xx: Fix fetching of mmc1 bootmode from bootrom for AM33XX 2012-10-01 10:02:15 -07:00
Makefile OMAP: Tweak omap-common/Makefile since reset.S -> reset.c 2012-12-10 08:55:25 -07:00
mem-common.c omap4: make omap4 code common for future reuse 2011-11-15 22:25:50 +01:00
reset.c ARM: OMAP3+: Detect reset type 2012-07-07 14:07:34 +02:00
timer.c arm: Move lastinc to arch_global_data 2013-02-01 15:07:50 -05:00
u-boot-spl.lds arm: omap: map u_boot_lists section to .sram 2013-03-12 23:28:26 +01:00
utils.c omap4: calculate EMIF register values 2011-08-03 12:49:19 +02:00
vc.c ARM: OMAP4+: Change the PRCM structure prototype common for all Socs 2013-03-11 11:06:09 -04:00