u-boot-brain/arch/arm/mach-zynq
Philipp Tomsich b529993e02 spl: add hierarchical defaults for SPL_LDSCRIPT
With SPL_LDSCRIPT moved to Kconfig (and this being a 'string' config
node), all the lingering definitions in header files will cause
warnings/errors due to the redefinition of the configuration item.

As we don't want to pollute the defconfig files (and values should
usually be identical for entire architectures), the defaults are moved
into Kconfig.  Kconfig will always pick the first default that
matches, so please keep these values at the end of each file (to allow
any board-specific Kconfig, which will be included earlier) to
override with an unconditional default setting.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2017-08-13 17:12:37 +02:00
..
include/mach zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
clk.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
cpu.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
ddrc.c arm: zynq: Add Kconfig option for any DDR specific initialization 2017-06-20 16:41:44 +02:00
Kconfig spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
lowlevel_init.S ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
Makefile ARM: zynq: move SoC sources to mach-zynq 2015-04-29 11:19:05 +02:00
slcr.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
spl.c common: Pass the boot device into spl_boot_mode() 2016-06-26 20:17:22 +02:00
timer.c zynq: Move zynq to clock framework 2017-02-17 10:22:46 +01:00
u-boot-spl.lds spl: arm: Make sure to include all of the u_boot_list entries 2016-03-16 15:27:55 -04:00
u-boot.lds zynq: Add EFI runtime sections to linker script 2017-08-02 09:11:51 +02:00