diff options
| author | Jagan Teki <[email protected]> | 2017-01-21 11:48:33 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-01-21 15:12:33 -0500 |
| commit | 3788b451e32bc925c4a63a882acc9c3b4ee895be (patch) | |
| tree | 5b72e5d5e520e6af20d9e3a29b9d098d82576005 /arch | |
| parent | de70fefb1b65debb645c0a42bd896de744837dac (diff) | |
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
Cc: Tom Rini <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/include/asm/arch-ls102xa/config.h | 1 | ||||
| -rw-r--r-- | arch/powerpc/include/asm/fsl_secure_boot.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/config.h b/arch/arm/include/asm/arch-ls102xa/config.h index fccd4ff1430..9cb7de42e93 100644 --- a/arch/arm/include/asm/arch-ls102xa/config.h +++ b/arch/arm/include/asm/arch-ls102xa/config.h @@ -81,7 +81,6 @@ /* SATA */ #define AHCI_BASE_ADDR (CONFIG_SYS_IMMR + 0x02200000) -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SCSI #define CONFIG_LIBATA #define CONFIG_SCSI_AHCI diff --git a/arch/powerpc/include/asm/fsl_secure_boot.h b/arch/powerpc/include/asm/fsl_secure_boot.h index 10e26d6cd57..ab2957901c6 100644 --- a/arch/powerpc/include/asm/fsl_secure_boot.h +++ b/arch/powerpc/include/asm/fsl_secure_boot.h @@ -119,9 +119,6 @@ * fsl_setenv_chain_of_trust() must be called from * board_late_init() */ -#ifndef CONFIG_BOARD_LATE_INIT -#define CONFIG_BOARD_LATE_INIT -#endif /* If Boot Script is not on NOR and is required to be copied on RAM */ #ifdef CONFIG_BOOTSCRIPT_COPY_RAM |
