From 3788b451e32bc925c4a63a882acc9c3b4ee895be Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Sat, 21 Jan 2017 11:48:33 +0100 Subject: config: Move CONFIG_BOARD_LATE_INIT to defconfigs Cc: Tom Rini Signed-off-by: Jagan Teki --- include/configs/advantech_dms-ba16.h | 1 - include/configs/am335x_evm.h | 1 - include/configs/am335x_shc.h | 3 --- include/configs/am335x_sl50.h | 1 - include/configs/am43xx_evm.h | 1 - include/configs/am57xx_evm.h | 1 - include/configs/ap_sh4a_4a.h | 1 - include/configs/apalis_imx6.h | 1 - include/configs/aristainetos2.h | 2 -- include/configs/aristainetos2b.h | 2 -- include/configs/baltos.h | 1 - include/configs/bav335x.h | 1 - include/configs/bur_cfg_common.h | 2 -- include/configs/cgtqmx6eval.h | 1 - include/configs/cm_t335.h | 1 - include/configs/colibri_imx6.h | 1 - include/configs/colibri_imx7.h | 1 - include/configs/colibri_vf.h | 2 -- include/configs/conga-qeval20-qa3-e3845.h | 1 - include/configs/dra7xx_evm.h | 1 - include/configs/draco.h | 2 -- include/configs/ea20.h | 1 - include/configs/ecovec.h | 1 - include/configs/el6x_common.h | 1 - include/configs/embestmx6boards.h | 1 - include/configs/etamin.h | 2 -- include/configs/ge_bx50v3.h | 1 - include/configs/imx31_phycore.h | 2 -- include/configs/km/km_arm.h | 1 - include/configs/liteboard.h | 1 - include/configs/ls1012aqds.h | 1 - include/configs/ls1012ardb.h | 1 - include/configs/ls1021aiot.h | 1 - include/configs/ls1043a_common.h | 1 - include/configs/ls1043aqds.h | 1 - include/configs/ls1043ardb.h | 1 - include/configs/ls1046a_common.h | 1 - include/configs/ls1046aqds.h | 1 - include/configs/ls1046ardb.h | 1 - include/configs/ls2080aqds.h | 1 - include/configs/ls2080ardb.h | 1 - include/configs/mcx.h | 1 - include/configs/microblaze-generic.h | 1 - include/configs/ms7750se.h | 1 - include/configs/mvebu_armada-8k.h | 1 - include/configs/mx25pdk.h | 1 - include/configs/mx31pdk.h | 2 -- include/configs/mx35pdk.h | 1 - include/configs/mx51evk.h | 2 -- include/configs/mx53cx9020.h | 1 - include/configs/mx53evk.h | 1 - include/configs/mx53loco.h | 1 - include/configs/mx6cuboxi.h | 1 - include/configs/mx6sabre_common.h | 1 - include/configs/mx6sllevk.h | 1 - include/configs/mx6sxsabreauto.h | 1 - include/configs/mx6ul_14x14_evk.h | 1 - include/configs/mx6ullevk.h | 1 - include/configs/mx7dsabresd.h | 1 - include/configs/novena.h | 1 - include/configs/omap3_logic.h | 1 - include/configs/pcm058.h | 1 - include/configs/pepper.h | 2 -- include/configs/r0p7734.h | 1 - include/configs/r2dplus.h | 1 - include/configs/rastaban.h | 2 -- include/configs/rk3036_common.h | 1 - include/configs/rk3288_common.h | 1 - include/configs/sama5d3xek.h | 1 - include/configs/sandbox.h | 2 -- include/configs/sh7752evb.h | 1 - include/configs/sh7753evb.h | 1 - include/configs/sh7757lcr.h | 1 - include/configs/siemens-am33x-common.h | 1 - include/configs/snapper9g45.h | 1 - include/configs/socfpga_vining_fpga.h | 1 - include/configs/stout.h | 2 -- include/configs/tegra-common.h | 1 - include/configs/theadorable.h | 1 - include/configs/thuban.h | 2 -- include/configs/tqma6.h | 1 - include/configs/udoo.h | 1 - include/configs/udoo_neo.h | 1 - include/configs/uniphier.h | 2 -- include/configs/vining_2000.h | 1 - include/configs/wandboard.h | 1 - include/configs/warp.h | 1 - include/configs/warp7.h | 1 - include/configs/x600.h | 1 - include/configs/xilinx_zynqmp.h | 2 -- include/configs/xpress.h | 1 - include/configs/zipitz2.h | 1 - include/configs/zmx25.h | 1 - include/configs/zynq-common.h | 1 - 94 files changed, 112 deletions(-) (limited to 'include') diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h index 99f9ef7..bf87b2b 100644 --- a/include/configs/advantech_dms-ba16.h +++ b/include/configs/advantech_dms-ba16.h @@ -34,7 +34,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 0161dbe..8834992 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -28,7 +28,6 @@ #define MACH_TYPE_TIAM335EVM 3589 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_TIAM335EVM -#define CONFIG_BOARD_LATE_INIT /* Clock Defines */ #define V_OSCK 24000000 /* Clock output from T2 */ diff --git a/include/configs/am335x_shc.h b/include/configs/am335x_shc.h index 32f93d2..d780c3f 100644 --- a/include/configs/am335x_shc.h +++ b/include/configs/am335x_shc.h @@ -50,9 +50,6 @@ #elif defined CONFIG_SERIES # define CONFIG_MACH_TYPE MACH_TYPE_BOSCH_SHC #endif /* #ifdef CONFIG_B_SAMPLE */ - -#define CONFIG_BOARD_LATE_INIT - /* Clock Defines */ #define V_OSCK 24000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h index ca5bb1a..b17c00d 100644 --- a/include/configs/am335x_sl50.h +++ b/include/configs/am335x_sl50.h @@ -19,7 +19,6 @@ #define CONFIG_SYS_BOOTM_LEN (16 << 20) /*#define CONFIG_MACH_TYPE 3589 Until the next sync */ -#define CONFIG_BOARD_LATE_INIT /* Clock Defines */ #define V_OSCK 24000000 /* Clock output from T2 */ diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index b47acb2..966503a 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -9,7 +9,6 @@ #ifndef __CONFIG_AM43XX_EVM_H #define __CONFIG_AM43XX_EVM_H -#define CONFIG_BOARD_LATE_INIT #define CONFIG_ARCH_CPU_INIT #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 21) /* 2GB */ #define CONFIG_SYS_TIMERBASE 0x48040000 /* Use Timer2 */ diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index cfd1f14..03e6e30 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -98,7 +98,6 @@ #define CONFIG_OMAP_USB3PHY1_HOST /* SATA */ -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SCSI #define CONFIG_LIBATA #define CONFIG_SCSI_AHCI diff --git a/include/configs/ap_sh4a_4a.h b/include/configs/ap_sh4a_4a.h index 4b07f06..c885744 100644 --- a/include/configs/ap_sh4a_4a.h +++ b/include/configs/ap_sh4a_4a.h @@ -14,7 +14,6 @@ #define CONFIG_400MHZ_MODE 1 /* #define CONFIG_533MHZ_MODE 1 */ -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_TEXT_BASE 0x8BFC0000 #define CONFIG_CMD_SDRAM diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index fdf9ed0..db53ef8 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -37,7 +37,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/aristainetos2.h b/include/configs/aristainetos2.h index 8fa3eb5..961a29a 100644 --- a/include/configs/aristainetos2.h +++ b/include/configs/aristainetos2.h @@ -16,8 +16,6 @@ #define CONFIG_HOSTNAME aristainetos2 #define CONFIG_BOARDNAME "aristainetos2" -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_MXC_UART_BASE UART2_BASE #define CONSOLE_DEV "ttymxc1" diff --git a/include/configs/aristainetos2b.h b/include/configs/aristainetos2b.h index df9b5c9..638c89e 100644 --- a/include/configs/aristainetos2b.h +++ b/include/configs/aristainetos2b.h @@ -16,8 +16,6 @@ #define CONFIG_HOSTNAME aristainetos2 #define CONFIG_BOARDNAME "aristainetos2-revB" -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_MXC_UART_BASE UART2_BASE #define CONSOLE_DEV "ttymxc1" diff --git a/include/configs/baltos.h b/include/configs/baltos.h index 06f5ceb..4e07e52 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -21,7 +21,6 @@ #define MACH_TYPE_TIAM335EVM 3589 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_TIAM335EVM -#define CONFIG_BOARD_LATE_INIT /* Clock Defines */ #define V_OSCK 24000000 /* Clock output from T2 */ diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h index 2f51e2c..f293a34 100644 --- a/include/configs/bav335x.h +++ b/include/configs/bav335x.h @@ -31,7 +31,6 @@ #define MACH_TYPE_TIAM335EVM 3589 /* Until the next sync */ #define CONFIG_MACH_TYPE MACH_TYPE_TIAM335EVM -#define CONFIG_BOARD_LATE_INIT /* Clock Defines */ #define V_OSCK 24000000 /* Clock output from T2 */ diff --git a/include/configs/bur_cfg_common.h b/include/configs/bur_cfg_common.h index 5c99860..3f967bb 100644 --- a/include/configs/bur_cfg_common.h +++ b/include/configs/bur_cfg_common.h @@ -26,8 +26,6 @@ #define CONFIG_PREBOOT "run cfgscr; run brdefaultip" -#define CONFIG_BOARD_LATE_INIT - /* Network defines */ #define CONFIG_BOOTP_DNS /* Configurable parts of CMD_DHCP */ #define CONFIG_BOOTP_SEND_HOSTNAME diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index bccfedf..a34f6b9 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/cm_t335.h b/include/configs/cm_t335.h index 8f24174..e693a5f 100644 --- a/include/configs/cm_t335.h +++ b/include/configs/cm_t335.h @@ -16,7 +16,6 @@ #include -#undef CONFIG_BOARD_LATE_INIT #undef CONFIG_SPI #undef CONFIG_OMAP3_SPI #undef CONFIG_BOOTCOUNT_LIMIT diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index b05fca6..cd87046 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -35,7 +35,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index bc3b53b..69b0ae7 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -21,7 +21,6 @@ #define CONFIG_ARCH_MISC_INIT #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 4cfd5b9..d2d4330 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -79,8 +79,6 @@ #define CONFIG_NETMASK 255.255.255.0 #define CONFIG_SERVERIP 192.168.10.1 -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_LOADADDR 0x80008000 #define CONFIG_FDTADDR 0x84000000 diff --git a/include/configs/conga-qeval20-qa3-e3845.h b/include/configs/conga-qeval20-qa3-e3845.h index b28a1f2..309ff4f 100644 --- a/include/configs/conga-qeval20-qa3-e3845.h +++ b/include/configs/conga-qeval20-qa3-e3845.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 980ab40..c519617 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -169,7 +169,6 @@ #define CONFIG_OMAP_USB2PHY2_HOST /* SATA */ -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SCSI #define CONFIG_LIBATA #define CONFIG_SCSI_AHCI diff --git a/include/configs/draco.h b/include/configs/draco.h index 7c4179d..b4ca982 100644 --- a/include/configs/draco.h +++ b/include/configs/draco.h @@ -33,8 +33,6 @@ #undef CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT - /* Physical Memory Map */ #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ diff --git a/include/configs/ea20.h b/include/configs/ea20.h index f897145..27654c8 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -20,7 +20,6 @@ #define CONFIG_DRIVER_TI_EMAC_USE_RMII #define CONFIG_DRIVER_TI_EMAC_RMII_NO_NEGOTIATE #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_PREBOOT /* diff --git a/include/configs/ecovec.h b/include/configs/ecovec.h index 6470327..867e671 100644 --- a/include/configs/ecovec.h +++ b/include/configs/ecovec.h @@ -23,7 +23,6 @@ */ #define CONFIG_CPU_SH7724 1 -#define CONFIG_BOARD_LATE_INIT 1 #define CONFIG_ECOVEC 1 #define CONFIG_ECOVEC_ROMIMAGE_ADDR 0xA0040000 diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index 8a0b3d2..c124abe 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index 2106e86..d970924 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART diff --git a/include/configs/etamin.h b/include/configs/etamin.h index eb17d68..8a10888 100644 --- a/include/configs/etamin.h +++ b/include/configs/etamin.h @@ -91,8 +91,6 @@ #undef CONFIG_DOS_PARTITION #undef CONFIG_CMD_FAT -#define CONFIG_BOARD_LATE_INIT - /* Physical Memory Map */ #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 0039c8c..e8de711 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -45,7 +45,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 4910b51..efeb008 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -169,8 +169,6 @@ /* EET platform additions */ #ifdef CONFIG_IMX31_PHYCORE_EET -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_MXC_GPIO #define CONFIG_HARD_SPI diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 98aec7c..bcde768 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -324,6 +324,5 @@ int get_scl(void); #define CONFIG_CMD_DIAG /* we do the whole PCIe FPGA config stuff here */ -#define CONFIG_BOARD_LATE_INIT #endif /* _CONFIG_KM_ARM_H */ diff --git a/include/configs/liteboard.h b/include/configs/liteboard.h index a55d767..1f5dba2 100644 --- a/include/configs/liteboard.h +++ b/include/configs/liteboard.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index fa1ed73..19d65e9 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -145,7 +145,6 @@ #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_CMD_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SATA AHCI_BASE_ADDR diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index d2dc5ea..d08502b 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -58,7 +58,6 @@ #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_CMD_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SATA AHCI_BASE_ADDR diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 9c3b163..69ba8bf 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -161,7 +161,6 @@ #define CONFIG_GENERIC_MMC /* SATA */ -#define CONFIG_BOARD_LATE_INIT #define CONFIG_CMD_SCSI #define CONFIG_LIBATA #define CONFIG_SCSI_AHCI diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 47b6ef7..0d744ee 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -186,7 +186,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) #define CONFIG_ARCH_EARLY_INIT_R -#define CONFIG_BOARD_LATE_INIT #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 431c8f8..cf2efea 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -98,7 +98,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_PARTITION_UUIDS #define CONFIG_EFI_PARTITION diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 0054d16..4519ca9 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -291,7 +291,6 @@ #define CONFIG_CMD_EXT2 #endif #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SCSI_MAX_SCSI_ID 2 #define CONFIG_SYS_SCSI_MAX_LUN 2 #define CONFIG_SYS_SCSI_MAX_DEVICE (CONFIG_SYS_SCSI_MAX_SCSI_ID * \ diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 4a910d1..7c8a246 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -159,7 +159,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) #define CONFIG_ARCH_EARLY_INIT_R -#define CONFIG_BOARD_LATE_INIT #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 diff --git a/include/configs/ls1046aqds.h b/include/configs/ls1046aqds.h index 3618a06..cd7e60f 100644 --- a/include/configs/ls1046aqds.h +++ b/include/configs/ls1046aqds.h @@ -141,7 +141,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_PARTITION_UUIDS #define CONFIG_EFI_PARTITION diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 24843dc..6fffac5 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -224,7 +224,6 @@ #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SATA AHCI_BASE_ADDR diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index e8f2e49..3b603fb 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -52,7 +52,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SATA1 AHCI_BASE_ADDR1 #define CONFIG_SYS_SATA2 AHCI_BASE_ADDR2 diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index bbcbd66..f8ce494 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -61,7 +61,6 @@ unsigned long get_board_sys_clk(void); #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SCSI #define CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SATA1 AHCI_BASE_ADDR1 #define CONFIG_SYS_SATA2 AHCI_BASE_ADDR2 diff --git a/include/configs/mcx.h b/include/configs/mcx.h index fd8cf1d..39cb446 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -22,7 +22,6 @@ #define MACH_TYPE_MCX 3656 #define CONFIG_MACH_TYPE MACH_TYPE_MCX -#define CONFIG_BOARD_LATE_INIT #define CONFIG_EMIF4 /* The chip has EMIF4 controller */ diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index 643413f..24de528 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -45,7 +45,6 @@ # define CONFIG_XILINX_GPIO # define CONFIG_SYS_GPIO_0_ADDR XILINX_GPIO_BASEADDR #endif -#define CONFIG_BOARD_LATE_INIT /* watchdog */ #if defined(XILINX_WATCHDOG_BASEADDR) && defined(XILINX_WATCHDOG_IRQ) diff --git a/include/configs/ms7750se.h b/include/configs/ms7750se.h index 6268d73..dfa03fc 100644 --- a/include/configs/ms7750se.h +++ b/include/configs/ms7750se.h @@ -23,7 +23,6 @@ #define CONFIG_SCIF_CONSOLE 1 #define CONFIG_BAUDRATE 38400 #define CONFIG_CONS_SCIF1 1 -#define CONFIG_BOARD_LATE_INIT #define CONFIG_BOOTARGS "console=ttySC0,38400" #define CONFIG_ENV_OVERWRITE 1 diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h index 8ab5bbe..0055cb0 100644 --- a/include/configs/mvebu_armada-8k.h +++ b/include/configs/mvebu_armada-8k.h @@ -14,7 +14,6 @@ #define CONFIG_DISPLAY_BOARDINFO_LATE #define CONFIG_ARCH_EARLY_INIT_R -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_TEXT_BASE 0x00000000 diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index 3853c05..1484762 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -36,7 +36,6 @@ #define PHYS_SDRAM_1_SIZE (64 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define CONFIG_SYS_INIT_RAM_ADDR IMX_RAM_BASE diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 1401760..36716a9 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -76,8 +76,6 @@ #define CONFIG_CMD_DATE #define CONFIG_CMD_NAND -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_EXTRA_ENV_SETTINGS \ "bootargs_base=setenv bootargs console=ttymxc0,115200\0" \ diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index c0fb8d1..a75cd25 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -24,7 +24,6 @@ #define CONFIG_SYS_TEXT_BASE 0xA0000000 #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_REVISION_TAG diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index b62360b..ea73872 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -31,8 +31,6 @@ */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_BOARD_LATE_INIT - /* * Hardware drivers */ diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index 8fec94e..7d84f51 100644 --- a/include/configs/mx53cx9020.h +++ b/include/configs/mx53cx9020.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_REVISION_TAG diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index aa82928..62d153c 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -26,7 +26,6 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 6cc5f0f..313f4df 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -26,7 +26,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_REVISION_TAG diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index 446b3bc..dfd37cd 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -17,7 +17,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART /* MMC Configs */ diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index e404d5b..d2a584a 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -17,7 +17,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index be4d147..8f56541 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -21,7 +21,6 @@ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index c30e3dd..0ba1e14 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h index c08294c..2faa10c 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -24,7 +24,6 @@ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index f06d889..b8eddf1 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index ca5f9db..7e172e0 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT /* Network */ #define CONFIG_FEC_MXC diff --git a/include/configs/novena.h b/include/configs/novena.h index 51b6687..63fc59a 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -11,7 +11,6 @@ /* System configurations */ #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MISC_INIT_R #define CONFIG_KEYBOARD diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 90faaf4..706175c 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -25,7 +25,6 @@ #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 2869c4e..5f64953 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -30,7 +30,6 @@ /* Early setup */ #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_DISPLAY_BOARDINFO_LATE diff --git a/include/configs/pepper.h b/include/configs/pepper.h index 2aa63fc..6034baa 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -9,8 +9,6 @@ #include -#undef CONFIG_BOARD_LATE_INIT - /* Clock defines */ #define V_OSCK 24000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK) diff --git a/include/configs/r0p7734.h b/include/configs/r0p7734.h index f7412f0..1ac15e2 100644 --- a/include/configs/r0p7734.h +++ b/include/configs/r0p7734.h @@ -14,7 +14,6 @@ #define CONFIG_400MHZ_MODE 1 /* #define CONFIG_533MHZ_MODE 1 */ -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_TEXT_BASE 0x8FFC0000 #define CONFIG_CMD_SDRAM diff --git a/include/configs/r2dplus.h b/include/configs/r2dplus.h index 0e954af..f9da25c 100644 --- a/include/configs/r2dplus.h +++ b/include/configs/r2dplus.h @@ -20,7 +20,6 @@ #define CONFIG_SCIF_CONSOLE 1 #define CONFIG_BAUDRATE 115200 #define CONFIG_CONS_SCIF1 1 -#define CONFIG_BOARD_LATE_INIT #define CONFIG_BOOTARGS "console=ttySC0,115200" #define CONFIG_ENV_OVERWRITE 1 diff --git a/include/configs/rastaban.h b/include/configs/rastaban.h index d6fead2..86d1ccd 100644 --- a/include/configs/rastaban.h +++ b/include/configs/rastaban.h @@ -36,8 +36,6 @@ #undef CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT - /* Physical Memory Map */ #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 1fd33a0..447c66f 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -102,7 +102,6 @@ BOOTENV #endif -#define CONFIG_BOARD_LATE_INIT #define CONFIG_PREBOOT #endif diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 33b1f0e..37fcc2a 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -114,7 +114,6 @@ BOOTENV #endif -#define CONFIG_BOARD_LATE_INIT #define CONFIG_PREBOOT #endif diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index 831a45c..026c80b 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -19,7 +19,6 @@ */ #include "at91-sama5_common.h" -#define CONFIG_BOARD_LATE_INIT #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG /* serial console */ diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 2daf02d..a430d59 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -137,8 +137,6 @@ #define CONFIG_BOOTARGS "" -#define CONFIG_BOARD_LATE_INIT - #ifndef SANDBOX_NO_SDL #define CONFIG_SANDBOX_SDL #endif diff --git a/include/configs/sh7752evb.h b/include/configs/sh7752evb.h index e2af82d..277cfd2 100644 --- a/include/configs/sh7752evb.h +++ b/include/configs/sh7752evb.h @@ -81,7 +81,6 @@ #define SH7752EVB_ETHERNET_MAC_BASE SH7752EVB_ETHERNET_MAC_BASE_SPI #define SH7752EVB_ETHERNET_MAC_SIZE 17 #define SH7752EVB_ETHERNET_NUM_CH 2 -#define CONFIG_BOARD_LATE_INIT /* SPI */ #define CONFIG_SH_SPI 1 diff --git a/include/configs/sh7753evb.h b/include/configs/sh7753evb.h index 0859109..dd5b7ce 100644 --- a/include/configs/sh7753evb.h +++ b/include/configs/sh7753evb.h @@ -81,7 +81,6 @@ #define SH7753EVB_ETHERNET_MAC_BASE SH7753EVB_ETHERNET_MAC_BASE_SPI #define SH7753EVB_ETHERNET_MAC_SIZE 17 #define SH7753EVB_ETHERNET_NUM_CH 2 -#define CONFIG_BOARD_LATE_INIT /* SPI */ #define CONFIG_SH_SPI 1 diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index 05b5faa..2397db4 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -79,7 +79,6 @@ #define SH7757LCR_ETHERNET_MAC_BASE SH7757LCR_ETHERNET_MAC_BASE_SPI #define SH7757LCR_ETHERNET_MAC_SIZE 17 #define SH7757LCR_ETHERNET_NUM_CH 2 -#define CONFIG_BOARD_LATE_INIT /* Gigabit Ether */ #define SH7757LCR_GIGA_ETHERNET_NUM_CH 2 diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index e93ce93..854e992 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -25,7 +25,6 @@ #define CONFIG_ENV_SIZE (0x2000) #define CONFIG_SYS_MALLOC_LEN (16 * 1024 * 1024) #define CONFIG_SYS_LONGHELP /* undef to save memory */ -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_NO_FLASH #ifdef CONFIG_SIEMENS_MACH_TYPE #define CONFIG_MACH_TYPE CONFIG_SIEMENS_MACH_TYPE diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h index a19a38b..6acc82c 100644 --- a/include/configs/snapper9g45.h +++ b/include/configs/snapper9g45.h @@ -27,7 +27,6 @@ #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT /* SDRAM */ #define CONFIG_NR_DRAM_BANKS 1 diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h index c5555e6..94d10a3 100644 --- a/include/configs/socfpga_vining_fpga.h +++ b/include/configs/socfpga_vining_fpga.h @@ -213,7 +213,6 @@ (CONFIG_ENV_OFFSET + CONFIG_ENV_SECT_SIZE) #define CONFIG_MISC_INIT_R -#define CONFIG_BOARD_LATE_INIT /* Support changing the prompt string */ #define CONFIG_CMDLINE_PS_SUPPORT diff --git a/include/configs/stout.h b/include/configs/stout.h index 0d9e4aa..d2bc050 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -18,8 +18,6 @@ #include "rcar-gen2-common.h" -/* #define CONFIG_BOARD_LATE_INIT */ - #if defined(CONFIG_ARCH_RMOBILE_EXTRAM_BOOT) #define CONFIG_SYS_TEXT_BASE 0xB0000000 #else diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index f30fec8..6528624 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -105,7 +105,6 @@ #define CONFIG_SYS_SPL_MALLOC_SIZE 0x00010000 #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT /* Misc utility code */ #define CONFIG_BOUNCE_BUFFER diff --git a/include/configs/theadorable.h b/include/configs/theadorable.h index 281593a..6b7299b 100644 --- a/include/configs/theadorable.h +++ b/include/configs/theadorable.h @@ -86,7 +86,6 @@ #ifdef CONFIG_CMD_PCI #ifndef CONFIG_SPL_BUILD #define CONFIG_PCI_MVEBU -#define CONFIG_BOARD_LATE_INIT /* for PEX switch test */ #endif #endif diff --git a/include/configs/thuban.h b/include/configs/thuban.h index a235253..b2891d8 100644 --- a/include/configs/thuban.h +++ b/include/configs/thuban.h @@ -29,8 +29,6 @@ #undef CONFIG_DOS_PARTITION -#define CONFIG_BOARD_LATE_INIT - /* Physical Memory Map */ #define CONFIG_MAX_RAM_BANK_SIZE (1024 << 20) /* 1GB */ diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index 983153f..a35d292 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -33,7 +33,6 @@ #endif #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 0a7767c..05687dd 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_MALLOC_LEN (2 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE diff --git a/include/configs/udoo_neo.h b/include/configs/udoo_neo.h index 915d0f0..94a38d1 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -19,7 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART /* MMC Configuration */ diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 74f1373..ee86663 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -23,8 +23,6 @@ /* #define CONFIG_SYS_ICACHE_OFF */ /* #define CONFIG_SYS_DCACHE_OFF */ -#define CONFIG_BOARD_LATE_INIT - #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) #define CONFIG_TIMESTAMP diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index 235574d..1aca9d2 100644 --- a/include/configs/vining_2000.h +++ b/include/configs/vining_2000.h @@ -101,7 +101,6 @@ #define CONFIG_PWM_IMX #define CONFIG_IMX6_PWM_PER_CLK 66000000 -#define CONFIG_BOARD_LATE_INIT #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG #define CONFIG_ENV_OFFSET (8 * SZ_64K) diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 406591c..125c74e 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -21,7 +21,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/warp.h b/include/configs/warp.h index b35b795..90ff941 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -19,7 +19,6 @@ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR diff --git a/include/configs/warp7.h b/include/configs/warp7.h index f4a9231..10c20e7 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -19,7 +19,6 @@ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT /* MMC Config*/ #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR diff --git a/include/configs/x600.h b/include/configs/x600.h index 5e51f65..f4666a6 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -140,7 +140,6 @@ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_MISC_INIT_R -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */ #define CONFIG_SYS_MEMTEST_START 0x00800000 diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index 9be9d47..9646ddd 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -156,8 +156,6 @@ # define PARTS_DEFAULT #endif -#define CONFIG_BOARD_LATE_INIT - /* Do not preserve environment */ #if !defined(CONFIG_ENV_IS_IN_FAT) #define CONFIG_ENV_IS_NOWHERE 1 diff --git a/include/configs/xpress.h b/include/configs/xpress.h index 41d4c07..2dc57e9 100644 --- a/include/configs/xpress.h +++ b/include/configs/xpress.h @@ -18,7 +18,6 @@ #define CONFIG_SYS_MALLOC_LEN (16 << 20) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index a30aefb..5ac4f58 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -15,7 +15,6 @@ #define CONFIG_CPU_PXA27X 1 /* Marvell PXA270 CPU */ #define CONFIG_SYS_TEXT_BASE 0x0 -#undef CONFIG_BOARD_LATE_INIT #undef CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_PREBOOT diff --git a/include/configs/zmx25.h b/include/configs/zmx25.h index e3e19dc..4b79f15 100644 --- a/include/configs/zmx25.h +++ b/include/configs/zmx25.h @@ -32,7 +32,6 @@ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG -#define CONFIG_BOARD_LATE_INIT /* * Compressions diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 36dc140..e0b4bc0 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -237,7 +237,6 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_AUTO_COMPLETE -#define CONFIG_BOARD_LATE_INIT #define CONFIG_SYS_LONGHELP #define CONFIG_CLOCKS #define CONFIG_CMD_CLK -- cgit v1.1