u-boot-brain/board/samsung/smdk5250
Albert ARIBAUD ef123c5253 Refactor linker-generated arrays
Refactor linker-generated array code so that symbols
which were previously linker-generated are now compiler-
generated. This causes relocation records of type
R_ARM_ABS32 to become R_ARM_RELATIVE, which makes
code which uses LGA able to run before relocation as
well as after.

Note: this affects more than ARM targets, as linker-
lists span possibly all target architectures, notably
PowerPC.

Conflicts:
	arch/arm/cpu/arm926ejs/mxs/u-boot-spl.lds
	arch/arm/cpu/arm926ejs/spear/u-boot-spl.lds
	arch/arm/cpu/armv7/omap-common/u-boot-spl.lds
	board/ait/cam_enc_4xx/u-boot-spl.lds
	board/davinci/da8xxevm/u-boot-spl-da850evm.lds
	board/davinci/da8xxevm/u-boot-spl-hawk.lds
	board/vpac270/u-boot-spl.lds

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
2013-03-12 23:28:40 +01:00
..
clock_init.c EXYNOS5: CLOCK: Add clock support for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
clock_init.h EXYNOS5: CLOCK: Add clock support for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
dmc_common.c Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
dmc_init_ddr3.c Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
lowlevel_init.S EXYNOS: Add SMDK5250 board support 2012-02-12 10:11:30 +01:00
Makefile EXYNOS5: Enable SPI booting. 2012-11-15 21:08:21 +09:00
setup.h Exynos5: DDR3: Add DDR3 memory setup for Exynos5250 Rev 1.0 2012-09-01 14:58:23 +02:00
smdk5250_spl.c SMDK5250: SPL: Define parametric board initializer 2012-09-01 14:58:22 +02:00
smdk5250-uboot-spl.lds Refactor linker-generated arrays 2013-03-12 23:28:40 +01:00
smdk5250.c EXYNOS5: Make all display related code dependent on CONFIG_LCD 2013-01-11 17:15:04 +09:00
spl_boot.c EXYNOS5: Enable SPI booting. 2012-11-15 21:08:21 +09:00
tzpc_init.c SMDK5250: fix compiler warning 2012-05-15 08:31:29 +02:00