u-boot-brain/arch/arm/mach-at91
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
..
arm920t Change my mailaddress 2016-05-02 18:37:09 -04:00
arm926ejs Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD 2017-05-15 10:40:05 -04:00
armv7 ARM: at91: lds: use "_image_binary_end" for DT location 2017-04-13 14:44:52 -06:00
include/mach board: sama5d4ek: fix DD2 configuration 2017-05-09 12:14:15 -06:00
atmel_sfr.c ARM: at91: sama5d2: configure the L2 cache memory 2016-02-18 21:34:41 +01:00
bootparams_atmel.S ARM: sama5d2: Implement boot device autodetection 2016-05-24 08:08:37 +02:00
clock.c ARM: at91: clock: add PMC_PLLICPR init function 2016-02-18 21:34:41 +01:00
config.mk ARM: at91: collect SoC sources into mach-at91 2015-02-21 08:23:51 -05:00
Kconfig spl: add hierarchical defaults for SPL_LDSCRIPT 2017-08-13 17:12:37 +02:00
Makefile ARM: at91: sama5: Extend boot device autodetection 2016-06-12 23:49:38 +02:00
matrix.c arm: at91/spl: matrix: use matrix slave id macros 2015-11-30 22:27:54 +01:00
mpddrc.c arm: at91/spl: mpddrc: use IP version to check configuration 2016-02-02 11:49:12 +01:00
phy.c ARM: cpu: at91: clean up peripheral clock code 2016-02-18 21:34:40 +01:00
sdram.c ARM: cpu: at91: clean up peripheral clock code 2016-02-18 21:34:40 +01:00
spl_at91.c ARM: at91: clean up the PMC_PLLICPR init code 2016-02-18 21:34:41 +01:00
spl_atmel.c ARM: spl: atmel: move mem_init() advance in SPL init. 2017-04-13 14:44:51 -06:00
spl.c ARM: at91: spl: specify MMC and NAND boot device 2017-04-13 14:44:51 -06:00