diff options
author | Simon Glass <sjg@chromium.org> | 2017-01-23 13:31:20 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-25 17:38:32 -0500 |
commit | a5d67547dd9c7a527dfda1967010e703a22441ff (patch) | |
tree | 61fbc8fc661c3b36ae740fe1ed86fbcf08d8d50a /include/configs | |
parent | a421192fb8d49da9a8bc30258c29c51675a1a1c9 (diff) | |
download | u-boot-a5d67547dd9c7a527dfda1967010e703a22441ff.tar.gz |
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
This converts the following to Kconfig:
CONFIG_BOARD_EARLY_INIT_F
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
210 files changed, 0 insertions, 287 deletions
diff --git a/include/configs/BSC9131RDB.h b/include/configs/BSC9131RDB.h index a6f73f2df3..31976f3bd2 100644 --- a/include/configs/BSC9131RDB.h +++ b/include/configs/BSC9131RDB.h @@ -198,8 +198,6 @@ extern unsigned long get_sdram_size(void); #define CONFIG_SYS_CS0_FTIM2 CONFIG_SYS_NAND_FTIM2 #define CONFIG_SYS_CS0_FTIM3 CONFIG_SYS_NAND_FTIM3 -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ - #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */ #define CONFIG_SYS_INIT_RAM_SIZE 0x00004000/* End of used area in RAM */ diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index 8aec315959..dbd3724a83 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -373,7 +373,6 @@ combinations. this should be removed later #define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NAND_FTIM3 #endif -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_SYS_INIT_RAM_LOCK diff --git a/include/configs/CPCI2DP.h b/include/configs/CPCI2DP.h index 55e48e24cb..ff46020842 100644 --- a/include/configs/CPCI2DP.h +++ b/include/configs/CPCI2DP.h @@ -21,8 +21,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFFC0000 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ - #define CONFIG_SYS_CLK_FREQ 33330000 /* external frequency to pll */ #define CONFIG_BAUDRATE 9600 diff --git a/include/configs/CPCI4052.h b/include/configs/CPCI4052.h index fb6e0ef473..da3edfaa4a 100644 --- a/include/configs/CPCI4052.h +++ b/include/configs/CPCI4052.h @@ -24,7 +24,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFFC0000 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_SYS_CLK_FREQ 33330000 /* external frequency to pll */ diff --git a/include/configs/MIP405.h b/include/configs/MIP405.h index f7fc652b4e..61d6fd080d 100644 --- a/include/configs/MIP405.h +++ b/include/configs/MIP405.h @@ -246,7 +246,6 @@ /* Size: 0=1MB, 1=2MB, 2=4MB, 3=8MB, 4=16MB, 5=32MB, 6=64MB, 7=128MB */ #define FLASH_SIZE_PRELIM 3 /* maximal flash FLASH size bank #0 */ -#define CONFIG_BOARD_EARLY_INIT_F 1 #define CONFIG_BOARD_EARLY_INIT_R /* Peripheral Bus Mapping */ diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 4b0b35206c..64a1467b10 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -78,7 +78,6 @@ #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r */ #define CONFIG_SYS_IMMR 0xE0000000 diff --git a/include/configs/MPC8315ERDB.h b/include/configs/MPC8315ERDB.h index bd25c0b462..2e3e44c20f 100644 --- a/include/configs/MPC8315ERDB.h +++ b/include/configs/MPC8315ERDB.h @@ -77,7 +77,6 @@ #define CONFIG_SYS_SICRH 0x00000000 #define CONFIG_SYS_SICRL 0x00000000 /* 3.3V, no delay */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ #define CONFIG_HWCONFIG /* diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 12a47b215f..3bc10aa532 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -72,7 +72,6 @@ */ #define CONFIG_SYS_SICRL 0x00000000 -#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ #define CONFIG_BOARD_EARLY_INIT_R /* diff --git a/include/configs/MPC8349EMDS.h b/include/configs/MPC8349EMDS.h index 3d3eeb5f46..09f052452e 100644 --- a/include/configs/MPC8349EMDS.h +++ b/include/configs/MPC8349EMDS.h @@ -44,8 +44,6 @@ #endif #endif -#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ - #define CONFIG_SYS_IMMR 0xE0000000 #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */ diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index f86b008879..a8cb186d24 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -97,7 +97,6 @@ */ #define CONFIG_SYS_OBIR 0x31100000 -#define CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index d843bd1a75..7754ec72da 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -18,7 +18,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFE000000 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index ce3340584c..9bfaa4bfc2 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -61,8 +61,6 @@ #define CONFIG_L2_CACHE /* toggle L2 cache */ #define CONFIG_BTB /* toggle branch predition */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ - #define CONFIG_ENABLE_36BIT_PHYS 1 #ifdef CONFIG_PHYS_64BIT diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h index 0d3707f82b..4296ba7f8b 100644 --- a/include/configs/MPC8568MDS.h +++ b/include/configs/MPC8568MDS.h @@ -41,8 +41,6 @@ extern unsigned long get_clock_freq(void); */ #define CONFIG_ENABLE_36BIT_PHYS 1 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ - #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x00400000 diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index 3e00f691ad..01be54be2f 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -54,7 +54,6 @@ extern unsigned long get_clock_freq(void); */ #define CONFIG_ENABLE_36BIT_PHYS 1 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #define CONFIG_BOARD_EARLY_INIT_R 1 #define CONFIG_HWCONFIG diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index c5f3634979..1178661635 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -61,7 +61,6 @@ #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) #endif -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #define CONFIG_MISC_INIT_R 1 #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */ diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index cd9cd9ac56..979a8f1f65 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -504,7 +504,6 @@ extern unsigned long get_sdram_size(void); #endif #endif -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_SYS_INIT_RAM_LOCK diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 505b4178a4..1d219a79e2 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -274,7 +274,6 @@ #endif /* CONFIG_NAND_FSL_ELBC */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/P1023RDB.h b/include/configs/P1023RDB.h index d8ff10e284..1ab54123ff 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -109,7 +109,6 @@ extern unsigned long get_clock_freq(void); #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f function */ #define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_SYS_INIT_RAM_LOCK diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 3cd5c3c613..ac579b69b4 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -276,7 +276,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_FLASH_AMD_CHECK_DQ7 #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000} -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R diff --git a/include/configs/PATI.h b/include/configs/PATI.h index 9589c359ef..cb343e592e 100644 --- a/include/configs/PATI.h +++ b/include/configs/PATI.h @@ -74,8 +74,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 9600, 19200, 38400, 57600, 115200, 1250000 } -#define CONFIG_BOARD_EARLY_INIT_F - /*********************************************************************** * Last Stage Init ***********************************************************************/ diff --git a/include/configs/PIP405.h b/include/configs/PIP405.h index 3dcb6acc17..35f04ffe41 100644 --- a/include/configs/PIP405.h +++ b/include/configs/PIP405.h @@ -81,7 +81,6 @@ ***************************************************************/ #define SPD_EEPROM_ADDRESS 0x50 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /************************************************************** @@ -205,8 +204,6 @@ /* Size: 0=1MB, 1=2MB, 2=4MB, 3=8MB, 4=16MB, 5=32MB, 6=64MB, 7=128MB */ #define FLASH_SIZE_PRELIM 3 /* maximal flash FLASH size bank #0 */ -#define CONFIG_BOARD_EARLY_INIT_F - /* Configuration Port location */ #define CONFIG_PORT_ADDR 0xF4000000 #define MULTI_PURPOSE_SOCKET_ADDR 0xF8000000 diff --git a/include/configs/PLU405.h b/include/configs/PLU405.h index 0967577e47..91450624d4 100644 --- a/include/configs/PLU405.h +++ b/include/configs/PLU405.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_SYS_CLK_FREQ 33333400 /* external frequency to pll */ diff --git a/include/configs/PMC405DE.h b/include/configs/PMC405DE.h index d7af4e008c..71adc110d8 100644 --- a/include/configs/PMC405DE.h +++ b/include/configs/PMC405DE.h @@ -13,7 +13,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFFC0000 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_BOARD_TYPES 1 /* support board types */ diff --git a/include/configs/PMC440.h b/include/configs/PMC440.h index 2e7f6e4803..d4207d7438 100644 --- a/include/configs/PMC440.h +++ b/include/configs/PMC440.h @@ -35,7 +35,6 @@ #define CONFIG_4xx_DCACHE /* enable dcache */ #endif -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_F 1 #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ #define CONFIG_BOARD_TYPES 1 /* support board types */ diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index c9a1334ca5..530253fcc6 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -28,9 +28,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_DEEP_SLEEP -#if defined(CONFIG_DEEP_SLEEP) -#define CONFIG_BOARD_EARLY_INIT_F -#endif #define CONFIG_FSL_CAAM /* Enable SEC/CAAM */ diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 36eba4ec2c..88094e0e13 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -33,9 +33,6 @@ #ifdef CONFIG_ARCH_T1024 #define CONFIG_DEEP_SLEEP #endif -#if defined(CONFIG_DEEP_SLEEP) -#define CONFIG_BOARD_EARLY_INIT_F -#endif #ifdef CONFIG_RAMBOOT_PBL #define CONFIG_SYS_FSL_PBL_PBI board/freescale/t102xrdb/t1024_pbi.cfg diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 8d6d986a49..58bafd25a7 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -40,9 +40,6 @@ /* support deep sleep */ #define CONFIG_DEEP_SLEEP -#if defined(CONFIG_DEEP_SLEEP) -#define CONFIG_BOARD_EARLY_INIT_F -#endif #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xeff40000 diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index d574bbbef2..703e1e3049 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -151,9 +151,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg /* support deep sleep */ #define CONFIG_DEEP_SLEEP -#if defined(CONFIG_DEEP_SLEEP) -#define CONFIG_BOARD_EARLY_INIT_F -#endif #ifndef CONFIG_SYS_TEXT_BASE #define CONFIG_SYS_TEXT_BASE 0xeff40000 diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index 708eb76638..405efadfdd 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -51,7 +51,6 @@ #ifdef CONFIG_FO300 #define CONFIG_SYS_DEVICE_NULLDEV 1 /* enable null device */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* used to detect S1 switch position */ #define CONFIG_USB_BIN_FIXUP 1 /* for a buggy USB device */ #if 0 #define FO300_SILENT_CONSOLE_WHEN_S1_CLOSED 1 /* silent console on PSC1 when S1 */ diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 68e59900c0..af19a512a1 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -41,7 +41,6 @@ #define CONFIG_SYS_LCRR_CLKDIV LCRR_CLKDIV_8 /* board pre init: do not call, nothing to do */ -#undef CONFIG_BOARD_EARLY_INIT_F /* detect the number of flash banks */ #define CONFIG_BOARD_EARLY_INIT_R diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index f32fb4d041..a0255dcb52 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -157,8 +157,6 @@ #define CONFIG_L2_CACHE #define CONFIG_BTB -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ - #define CONFIG_ENABLE_36BIT_PHYS #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */ diff --git a/include/configs/VOM405.h b/include/configs/VOM405.h index 50d24050a4..760a4bedaf 100644 --- a/include/configs/VOM405.h +++ b/include/configs/VOM405.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFFFC8000 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_SYS_CLK_FREQ 33330000 /* external frequency to pll */ diff --git a/include/configs/acadia.h b/include/configs/acadia.h index c10c646f6c..3e8d48be45 100644 --- a/include/configs/acadia.h +++ b/include/configs/acadia.h @@ -32,7 +32,6 @@ #define CONFIG_SYS_CLK_FREQ ((in8(CONFIG_SYS_CPLD_BASE + 0) == 0x0c) ? \ 66666666 : 33333000) -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_F 1 /* Call misc_init_f */ #define CONFIG_NO_SERIAL_EEPROM diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h index bf87b2bc96..c410544f62 100644 --- a/include/configs/advantech_dms-ba16.h +++ b/include/configs/advantech_dms-ba16.h @@ -33,8 +33,6 @@ #define CONFIG_REVISION_TAG #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h index 966503a6c6..961ad0a0c8 100644 --- a/include/configs/am43xx_evm.h +++ b/include/configs/am43xx_evm.h @@ -57,9 +57,6 @@ * we need to call board_early_init_f. This is taken care of in * s_init when we have SPL used. */ -#if !defined(CONFIG_SKIP_LOWLEVEL_INIT) && !defined(CONFIG_SPL) -#define CONFIG_BOARD_EARLY_INIT_F -#endif /* Now bring in the rest of the common code. */ #include <configs/ti_armv7_omap.h> diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index 03e6e3045e..840502c5b1 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -20,8 +20,6 @@ #define CONFIG_IODELAY_RECALIBRATION #endif -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_NR_DRAM_BANKS 2 #define CONFIG_ENV_SIZE (64 << 10) diff --git a/include/configs/ap121.h b/include/configs/ap121.h index 2da520eda9..1253e0a64c 100644 --- a/include/configs/ap121.h +++ b/include/configs/ap121.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_MHZ 200 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) diff --git a/include/configs/ap143.h b/include/configs/ap143.h index ce64c941d5..99027e078e 100644 --- a/include/configs/ap143.h +++ b/include/configs/ap143.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_MHZ 325 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index db53ef88d5..97c1f1a8ea 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -36,7 +36,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/aristainetos-common.h b/include/configs/aristainetos-common.h index 56530fd072..030f01c36d 100644 --- a/include/configs/aristainetos-common.h +++ b/include/configs/aristainetos-common.h @@ -21,8 +21,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (64 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART /* MMC Configs */ diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 3775a496a4..25b88f9798 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -27,7 +27,6 @@ #undef CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_TMU_TIMER #define CONFIG_SYS_DCACHE_OFF diff --git a/include/configs/at91-sama5_common.h b/include/configs/at91-sama5_common.h index 13140bae1f..42410a8526 100644 --- a/include/configs/at91-sama5_common.h +++ b/include/configs/at91-sama5_common.h @@ -24,8 +24,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT #endif -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_ENV_VARS_UBOOT_CONFIG /* general purpose I/O */ diff --git a/include/configs/at91rm9200ek.h b/include/configs/at91rm9200ek.h index ed0daf5276..82e2cb7401 100644 --- a/include/configs/at91rm9200ek.h +++ b/include/configs/at91rm9200ek.h @@ -56,8 +56,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG -#define CONFIG_BOARD_EARLY_INIT_F - /* * Memory Configuration */ diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index f07366e653..95499c8764 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -42,7 +42,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index 6806cc7e25..b8d3791346 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -41,8 +41,6 @@ #define CONFIG_SYS_USE_NORFLASH #endif -#define CONFIG_BOARD_EARLY_INIT_F - /* * Hardware drivers */ diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index 12a92c2871..743153bb18 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -27,7 +27,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index 9c9e809acc..0b8448c4e3 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -27,7 +27,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_AT91_GPIO diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index b5aebe634a..3f0bb6e974 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -23,7 +23,6 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 6dee45a9f2..361830bec0 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -23,7 +23,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index 00a8c7970f..b0c4a05bcc 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -14,7 +14,6 @@ #define CONFIG_AT32AP7000 #define CONFIG_ATNGW100 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index d1f61b3243..eb7e0b2249 100644 --- a/include/configs/atngw100mkii.h +++ b/include/configs/atngw100mkii.h @@ -16,7 +16,6 @@ #define CONFIG_AT32AP7000 #define CONFIG_ATNGW100MKII -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 3d17ae1264..2480c3d217 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -94,7 +94,6 @@ #define CONFIG_BOOTP_GATEWAY /* generic board */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index 2dd9d31295..58b1850d64 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -38,7 +38,6 @@ * This board might be of different versions so handle it */ #define CONFIG_BOARD_TYPES -#define CONFIG_BOARD_EARLY_INIT_F /* * NAND Flash configuration diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h index 1b22a3717e..2e8105afd4 100644 --- a/include/configs/bamboo.h +++ b/include/configs/bamboo.h @@ -32,8 +32,6 @@ /* Reclaim some space. */ #undef CONFIG_SYS_LONGHELP -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ - /* * Please note that, if NAND support is enabled, the 2nd ethernet port * can't be used because of pin multiplexing. So, if you want to use the diff --git a/include/configs/bf506f-ezkit.h b/include/configs/bf506f-ezkit.h index dc7d83f61d..6948e20243 100644 --- a/include/configs/bf506f-ezkit.h +++ b/include/configs/bf506f-ezkit.h @@ -78,7 +78,6 @@ /* * Misc Settings */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ICACHE_OFF #define CONFIG_DCACHE_OFF #define CONFIG_UART_CONSOLE 0 diff --git a/include/configs/bf518f-ezbrd.h b/include/configs/bf518f-ezbrd.h index 43e4971b74..05b338ff12 100644 --- a/include/configs/bf518f-ezbrd.h +++ b/include/configs/bf518f-ezbrd.h @@ -135,7 +135,6 @@ /* * Misc Settings */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_RTC_BFIN #define CONFIG_UART_CONSOLE 0 diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index b79aa2bd30..81d5af6046 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -158,7 +158,6 @@ /* * Misc Settings */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_SIZE_LIMIT $$(( 512 * 1024 )) #define CONFIG_RTC_BFIN #define CONFIG_UART_CONSOLE 1 diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h index 337bb0a580..55127c58a8 100644 --- a/include/configs/bf609-ezkit.h +++ b/include/configs/bf609-ezkit.h @@ -132,7 +132,6 @@ /* * Misc Settings */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_UART_CONSOLE 0 #define CONFIG_CMD_SOFTSWITCH diff --git a/include/configs/bubinga.h b/include/configs/bubinga.h index c9890239b7..8a5994af51 100644 --- a/include/configs/bubinga.h +++ b/include/configs/bubinga.h @@ -28,8 +28,6 @@ #define CONFIG_HOSTNAME bubinga #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ - #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ #define CONFIG_NO_SERIAL_EEPROM diff --git a/include/configs/canyonlands.h b/include/configs/canyonlands.h index 1d189d22a1..ca4d6ecaee 100644 --- a/include/configs/canyonlands.h +++ b/include/configs/canyonlands.h @@ -47,7 +47,6 @@ #define CONFIG_SYS_CLK_FREQ 66666667 /* external freq to pll */ -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_R /* Call board_early_init_r */ #define CONFIG_MISC_INIT_R /* Call misc_init_r */ #define CONFIG_BOARD_TYPES /* support board types */ diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index a34f6b9b23..c32372a66c 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -26,7 +26,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/cm-bf548.h b/include/configs/cm-bf548.h index c5b82f748e..02a46cae3d 100644 --- a/include/configs/cm-bf548.h +++ b/include/configs/cm-bf548.h @@ -102,7 +102,6 @@ * Misc Settings */ #define CONFIG_BAUDRATE 115200 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_RTC_BFIN #define CONFIG_UART_CONSOLE 1 #define CONFIG_BOOTCOMMAND "run flashboot" diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index cd870463b9..ca94fab4c0 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -34,7 +34,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 69b0ae7701..56a6f1ed4f 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -20,7 +20,6 @@ #define PHYS_SDRAM_SIZE SZ_512M #define CONFIG_ARCH_MISC_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index d2d4330ddc..3f36d6a522 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -31,8 +31,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F - /* Allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_ENV_VARS_UBOOT_CONFIG diff --git a/include/configs/conga-qeval20-qa3-e3845.h b/include/configs/conga-qeval20-qa3-e3845.h index 9a71dda54c..12e6eb2e49 100644 --- a/include/configs/conga-qeval20-qa3-e3845.h +++ b/include/configs/conga-qeval20-qa3-e3845.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 17360978fc..d236f3a020 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -357,14 +357,12 @@ /* * Board initialisation callbacks */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT #else /* CONFIG_TRAILBLAZER */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index c9c00c5388..7a3de31606 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -285,7 +285,6 @@ #define CONFIG_SYS_FLASH_AMD_CHECK_DQ7 #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS + 0x8000000, CONFIG_SYS_FLASH_BASE_PHYS} -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R diff --git a/include/configs/corvus.h b/include/configs/corvus.h index e6a52d8b57..ec7e3029f6 100644 --- a/include/configs/corvus.h +++ b/include/configs/corvus.h @@ -36,7 +36,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ diff --git a/include/configs/cougarcanyon2.h b/include/configs/cougarcanyon2.h index 2e9fa075de..5f4800bdac 100644 --- a/include/configs/cougarcanyon2.h +++ b/include/configs/cougarcanyon2.h @@ -10,7 +10,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (2 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SMSC_SIO1007 diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index 506b22790e..219944ae19 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SMSC_LPC47M diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 14e207e935..71a55d8ccd 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -164,7 +164,6 @@ #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 0ad6e4c163..e1f9b90171 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -249,7 +249,6 @@ * U-Boot general configuration */ #define CONFIG_MISC_INIT_R -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOOTFILE "uImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index a71f67c352..c04146ffcd 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -24,7 +24,6 @@ #if !defined(CONFIG_SPL_BUILD) #define CONFIG_SKIP_LOWLEVEL_INIT #endif -#define CONFIG_BOARD_EARLY_INIT_F /* * Memory configurations diff --git a/include/configs/dfi-bt700.h b/include/configs/dfi-bt700.h index 727baae061..211c9ea130 100644 --- a/include/configs/dfi-bt700.h +++ b/include/configs/dfi-bt700.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #ifndef CONFIG_INTERNAL_UART /* Use BayTrail internal HS UART which is memory-mapped */ diff --git a/include/configs/dlvision-10g.h b/include/configs/dlvision-10g.h index a5384a235b..6b3cd15cb6 100644 --- a/include/configs/dlvision-10g.h +++ b/include/configs/dlvision-10g.h @@ -19,7 +19,6 @@ #define CONFIG_HOSTNAME dlvsion-10g #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/dlvision.h b/include/configs/dlvision.h index 57640da325..6269768df1 100644 --- a/include/configs/dlvision.h +++ b/include/configs/dlvision.h @@ -19,7 +19,6 @@ #define CONFIG_HOSTNAME dlvision #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f */ #define CONFIG_MISC_INIT_R /* call misc_init_r */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index c51961736e..da458a47b4 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -15,7 +15,6 @@ #include <environment/ti/dfu.h> #define CONFIG_DRA7XX -#define CONFIG_BOARD_EARLY_INIT_F #ifdef CONFIG_SPL_BUILD #define CONFIG_IODELAY_RECALIBRATION diff --git a/include/configs/ea20.h b/include/configs/ea20.h index 27654c8bdb..8319dc4d34 100644 --- a/include/configs/ea20.h +++ b/include/configs/ea20.h @@ -19,7 +19,6 @@ #define CONFIG_SYS_USE_NAND #define CONFIG_DRIVER_TI_EMAC_USE_RMII #define CONFIG_DRIVER_TI_EMAC_RMII_NO_NEGOTIATE -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_PREBOOT /* diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index 9cc62ed452..774d3296ab 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -223,8 +223,6 @@ #define CONFIG_SYS_USB_OHCI_SLOT_NAME "ep93xx-ohci" #define CONFIG_SYS_USB_OHCI_REGS_BASE 0x80020000 -#define CONFIG_BOARD_EARLY_INIT_F - /* Define to disable flash configuration*/ /* #define CONFIG_EP93XX_NO_FLASH_CFG */ diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index c124abe542..484565c9aa 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -19,8 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #ifdef CONFIG_SPL diff --git a/include/configs/embestmx6boards.h b/include/configs/embestmx6boards.h index d9709249f6..48c9e0b3e9 100644 --- a/include/configs/embestmx6boards.h +++ b/include/configs/embestmx6boards.h @@ -24,8 +24,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART /* I2C Configs */ diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index cdbe154839..978495527d 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -18,7 +18,6 @@ #define CONFIG_ARCH_CPU_INIT #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* Keep L2 Cache Disabled */ diff --git a/include/configs/exynos7420-common.h b/include/configs/exynos7420-common.h index 1cea74e954..4d73b9331f 100644 --- a/include/configs/exynos7420-common.h +++ b/include/configs/exynos7420-common.h @@ -18,7 +18,6 @@ #include <linux/sizes.h> #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* Size of malloc() pool before and after relocation */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20)) diff --git a/include/configs/flea3.h b/include/configs/flea3.h index 0f7b3c82db..96a2a80aca 100644 --- a/include/configs/flea3.h +++ b/include/configs/flea3.h @@ -31,7 +31,6 @@ #define CONFIG_SYS_TEXT_BASE 0xA0000000 /* This is required to setup the ESDC controller */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_REVISION_TAG diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 360f379728..1094143cb0 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_MISC_INIT /* ns16550 UART is memory-mapped in Quark SoC */ diff --git a/include/configs/gdppc440etx.h b/include/configs/gdppc440etx.h index 12bf95f5dd..fee46add80 100644 --- a/include/configs/gdppc440etx.h +++ b/include/configs/gdppc440etx.h @@ -30,7 +30,6 @@ */ #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f*/ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ /* diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index e8de711755..91712c178d 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -44,8 +44,6 @@ #define CONFIG_REVISION_TAG #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/grasshopper.h b/include/configs/grasshopper.h index f1afdedb3c..b727314c90 100644 --- a/include/configs/grasshopper.h +++ b/include/configs/grasshopper.h @@ -62,7 +62,6 @@ #define CONFIG_USART_BASE ATMEL_BASE_USART1 #define CONFIG_USART_ID 1 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* User serviceable stuff */ diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 8f6d9bb873..24e3150620 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -39,7 +39,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) /* Init Functions */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R /* Driver Model */ diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 4048bce77c..0f6f11755d 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -21,8 +21,6 @@ #define CONFIG_SUPPORT_RAW_INITRD -#define CONFIG_BOARD_EARLY_INIT_F - /* Physical Memory Map */ /* CONFIG_SYS_TEXT_BASE needs to align with where ATF loads bl33.bin */ diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index b224706040..079c4cfdcc 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFE000000 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/icon.h b/include/configs/icon.h index b15016b5a3..29d33650c1 100644 --- a/include/configs/icon.h +++ b/include/configs/icon.h @@ -30,7 +30,6 @@ #define CONFIG_HOSTNAME icon #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ #define CONFIG_BOARD_EARLY_INIT_R /* Call board_early_init_r */ /* diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index de333e94c2..5d0702f683 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -118,7 +118,6 @@ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM_1 0x80000000 #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SYS_TEXT_BASE 0xA0000000 #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 diff --git a/include/configs/intip.h b/include/configs/intip.h index e61005be1c..5c8b68dfa5 100644 --- a/include/configs/intip.h +++ b/include/configs/intip.h @@ -40,7 +40,6 @@ #define CONFIG_SYS_CLK_FREQ 66666667 /* external freq to pll */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_R 1 /* Call board_early_init_r */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ #define CONFIG_BOARD_TYPES 1 /* support board types */ diff --git a/include/configs/io.h b/include/configs/io.h index 8c9ee0e1ae..8a21b3f60f 100644 --- a/include/configs/io.h +++ b/include/configs/io.h @@ -19,7 +19,6 @@ #define CONFIG_HOSTNAME io #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/io64.h b/include/configs/io64.h index 7f2cbd51f5..8619de4af9 100644 --- a/include/configs/io64.h +++ b/include/configs/io64.h @@ -38,7 +38,6 @@ #define CONFIG_HOSTNAME io64 #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/iocon.h b/include/configs/iocon.h index 87f56f187b..9c3be78bc7 100644 --- a/include/configs/iocon.h +++ b/include/configs/iocon.h @@ -22,7 +22,6 @@ /* Reclaim some space. */ #undef CONFIG_SYS_LONGHELP -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index 991dad1ce3..74dad5fc2d 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -198,7 +198,6 @@ * U-Boot general configuration */ #define CONFIG_MISC_INIT_R -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOOTFILE "uImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) diff --git a/include/configs/jupiter.h b/include/configs/jupiter.h index e073528633..26cbd6df3b 100644 --- a/include/configs/jupiter.h +++ b/include/configs/jupiter.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_MPC5XXX_CLKIN 33000000 /* ... running at 33.000000MHz */ #define CONFIG_BOARD_EARLY_INIT_R 1 -#define CONFIG_BOARD_EARLY_INIT_F 1 #define CONFIG_HIGH_BATS 1 /* High BATs supported */ diff --git a/include/configs/katmai.h b/include/configs/katmai.h index a41c127b08..0ddd6c4596 100644 --- a/include/configs/katmai.h +++ b/include/configs/katmai.h @@ -37,7 +37,6 @@ #define CONFIG_HOSTNAME katmai #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #undef CONFIG_SHOW_BOOT_PROGRESS /*----------------------------------------------------------------------- diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h index 2254eca5a4..43eb405e63 100644 --- a/include/configs/kilauea.h +++ b/include/configs/kilauea.h @@ -46,7 +46,6 @@ #define CONFIG_HOSTNAME kilauea #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ #define CONFIG_BOARD_TYPES #define CONFIG_BOARD_EMAC_COUNT diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index bcde7681ab..9dfb0510b5 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -305,7 +305,6 @@ int get_scl(void); /* additions for new relocation code, must be added to all boards */ #define CONFIG_SYS_SDRAM_BASE 0x00000000 /* Do early setups now in board_init_f() */ -#define CONFIG_BOARD_EARLY_INIT_F /* * resereved pram area at the end of memroy [hex] diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index b4cdb67a51..37be339573 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -199,7 +199,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_BOOTCOUNT_LIMIT #define CONFIG_SYS_BOOTCOUNT_ADDR (CONFIG_SYS_QRIO_BASE + 0x20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_F #define CONFIG_MISC_INIT_R diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h index 9402aca1bc..2e672b35eb 100644 --- a/include/configs/kzm9g.h +++ b/include/configs/kzm9g.h @@ -18,7 +18,6 @@ #include <asm/arch/rmobile.h> #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index 402dab2915..bd4135e891 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -142,7 +142,6 @@ /* * U-Boot general configuration */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOOTFILE "uImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) diff --git a/include/configs/liteboard.h b/include/configs/liteboard.h index 1f5dba2df4..2ce39ffecf 100644 --- a/include/configs/liteboard.h +++ b/include/configs/liteboard.h @@ -19,8 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index eddfa1493e..81f8d6263e 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_CLK_FREQ 125000000 #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F 1 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_FSL_OCRAM_BASE + 0xfff0) #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 69ba8bff06..3daa3450b4 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -13,8 +13,6 @@ #define CONFIG_SYS_FSL_CLK -#define CONFIG_BOARD_EARLY_INIT_F - /* * Size of malloc() pool */ diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 031dce7604..fc41ea15b8 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -16,7 +16,6 @@ #define CONFIG_SYS_FSL_CLK #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DEEP_SLEEP diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 1f179f40c8..b97ee34343 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -16,7 +16,6 @@ #define CONFIG_SYS_FSL_CLK #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DEEP_SLEEP /* diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 66805c2d7a..74278de047 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -21,7 +21,6 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F 1 #define CONFIG_VERY_BIG_RAM #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 5ac89380e5..965d6c9451 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -20,7 +20,6 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F 1 #define CONFIG_VERY_BIG_RAM #define CONFIG_SYS_DDR_SDRAM_BASE 0x80000000 diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 99c0661b90..851db612d7 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -40,7 +40,6 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F 1 #ifndef CONFIG_SPL #define CONFIG_FSL_DDR_INTERACTIVE /* Interactive debugging */ diff --git a/include/configs/luan.h b/include/configs/luan.h index 2ab6f58364..f4a63de088 100644 --- a/include/configs/luan.h +++ b/include/configs/luan.h @@ -28,7 +28,6 @@ #define CONFIG_HOSTNAME luan #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ /*----------------------------------------------------------------------- diff --git a/include/configs/lwmon5.h b/include/configs/lwmon5.h index 638682f392..658e359b20 100644 --- a/include/configs/lwmon5.h +++ b/include/configs/lwmon5.h @@ -25,7 +25,6 @@ #define CONFIG_4xx_DCACHE /* enable cache in SDRAM */ -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_R /* Call board_early_init_r */ #define CONFIG_BOARD_POSTCLK_INIT /* Call board_postclk_init */ #define CONFIG_MISC_INIT_R /* Call misc_init_r */ diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 8ec98fd633..22397773d5 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -13,7 +13,6 @@ #include <asm/arch/imx-regs.h> -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_REVISION_TAG #define CONFIG_SYS_NO_FLASH #define CONFIG_SYS_FSL_CLK diff --git a/include/configs/makalu.h b/include/configs/makalu.h index 7c358bc8e8..42fdb370a7 100644 --- a/include/configs/makalu.h +++ b/include/configs/makalu.h @@ -31,7 +31,6 @@ #define CONFIG_ADDMISC "addmisc=setenv bootargs ${bootargs} rtc-x1205.probe=0,0x6f\0" #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ /*----------------------------------------------------------------------- diff --git a/include/configs/malta.h b/include/configs/malta.h index 65cd3218a0..103360d248 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -11,7 +11,6 @@ * System configuration */ #define CONFIG_MALTA -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MEMSIZE_IN_BYTES diff --git a/include/configs/mecp5123.h b/include/configs/mecp5123.h index 4f90c34da1..c9dbc5ab72 100644 --- a/include/configs/mecp5123.h +++ b/include/configs/mecp5123.h @@ -35,7 +35,6 @@ #define CONFIG_SYS_MPC512X_CLKIN 33333333 /* in Hz */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R #define CONFIG_SYS_IMMR 0x80000000 diff --git a/include/configs/meesc.h b/include/configs/meesc.h index 6b9bb6a529..5356e4c43a 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -44,7 +44,6 @@ /* Misc CPU related */ #define CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f() */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SERIAL_TAG diff --git a/include/configs/mpc5121ads.h b/include/configs/mpc5121ads.h index c36141a007..0159da4a21 100644 --- a/include/configs/mpc5121ads.h +++ b/include/configs/mpc5121ads.h @@ -49,7 +49,6 @@ #define CONFIG_SYS_MPC512X_CLKIN 33333333 /* in Hz */ #endif -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f() */ #define CONFIG_MISC_INIT_R #define CONFIG_SYS_IMMR 0x80000000 diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index b28030caf9..d7fbe963a9 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -85,7 +85,6 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ #define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */ #define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */ #define CONFIG_SYS_MEMTEST_START 0x00800000 /* 8M */ #define CONFIG_SYS_MEMTEST_END 0x00ffffff /*(_16M -1) */ diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h index fd185321d1..27dc6282d4 100644 --- a/include/configs/mvebu_armada-8k.h +++ b/include/configs/mvebu_armada-8k.h @@ -53,7 +53,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */ #define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */ #define CONFIG_SYS_MEMTEST_START 0x00800000 /* 8M */ #define CONFIG_SYS_MEMTEST_END 0x00ffffff /*(_16M -1) */ diff --git a/include/configs/mvebu_db-88f3720.h b/include/configs/mvebu_db-88f3720.h index 7fc3dcc790..caaad86221 100644 --- a/include/configs/mvebu_db-88f3720.h +++ b/include/configs/mvebu_db-88f3720.h @@ -51,7 +51,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_init_f for early inits */ #define CONFIG_SYS_LOAD_ADDR 0x00800000 /* default load adr- 8M */ #define CONFIG_SYS_MEMTEST_START 0x00800000 /* 8M */ #define CONFIG_SYS_MEMTEST_END 0x00ffffff /*(_16M -1) */ diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index 1484762b77..c818d3e2c5 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -35,8 +35,6 @@ #define PHYS_SDRAM_1 0x80000000 #define PHYS_SDRAM_1_SIZE (64 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define CONFIG_SYS_INIT_RAM_ADDR IMX_RAM_BASE #define CONFIG_SYS_INIT_RAM_SIZE IMX_RAM_SIZE diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index 28fa51327e..ce4936d01c 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -121,7 +121,6 @@ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM_1 CSD0_BASE #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR diff --git a/include/configs/mx31pdk.h b/include/configs/mx31pdk.h index 36716a982f..e351f05c06 100644 --- a/include/configs/mx31pdk.h +++ b/include/configs/mx31pdk.h @@ -117,7 +117,6 @@ #define CONFIG_NR_DRAM_BANKS 1 #define PHYS_SDRAM_1 CSD0_BASE #define PHYS_SDRAM_1_SIZE (128 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 #define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index a75cd25b3b..22bfa147d2 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -23,8 +23,6 @@ /* Set TEXT at the beginning of the NOR flash */ #define CONFIG_SYS_TEXT_BASE 0xA0000000 -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_REVISION_TAG #define CONFIG_SETUP_MEMORY_TAGS diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index ea738726f1..56650ba199 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -212,8 +212,6 @@ #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR) #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_INIT_SP_OFFSET \ (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_INIT_SP_ADDR \ diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index d84d524deb..28b3738144 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -25,7 +25,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_GPIO #define CONFIG_SYS_MAX_NAND_DEVICE 1 diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index 7d84f51da3..6656f1306c 100644 --- a/include/configs/mx53cx9020.h +++ b/include/configs/mx53cx9020.h @@ -24,7 +24,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_GPIO #define CONFIG_REVISION_TAG diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 62d153cd92..76136a8945 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -25,7 +25,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 313f4dfd0a..96c4b4f912 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -25,7 +25,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_GPIO #define CONFIG_REVISION_TAG diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index ad4964c182..18dfa71d21 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -25,7 +25,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/mx6cuboxi.h b/include/configs/mx6cuboxi.h index dfd37cdc45..2782911da3 100644 --- a/include/configs/mx6cuboxi.h +++ b/include/configs/mx6cuboxi.h @@ -16,7 +16,6 @@ #define CONFIG_IMX_THERMAL #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_UART /* MMC Configs */ diff --git a/include/configs/mx6qarm2.h b/include/configs/mx6qarm2.h index 4e40483269..9f42735571 100644 --- a/include/configs/mx6qarm2.h +++ b/include/configs/mx6qarm2.h @@ -14,8 +14,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART4_BASE diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h index d2a584a580..a2ab77a727 100644 --- a/include/configs/mx6sabre_common.h +++ b/include/configs/mx6sabre_common.h @@ -16,8 +16,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART /* MMC Configs */ diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h index 501d7de544..e54982af2e 100644 --- a/include/configs/mx6slevk.h +++ b/include/configs/mx6slevk.h @@ -21,8 +21,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_IPS_BASE_ADDR diff --git a/include/configs/mx6sllevk.h b/include/configs/mx6sllevk.h index 8f56541012..8215e63baa 100644 --- a/include/configs/mx6sllevk.h +++ b/include/configs/mx6sllevk.h @@ -20,8 +20,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h index 0ba1e14a38..90a935bbd0 100644 --- a/include/configs/mx6sxsabreauto.h +++ b/include/configs/mx6sxsabreauto.h @@ -14,8 +14,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/mx6sxsabresd.h b/include/configs/mx6sxsabresd.h index d423880420..aff7a24587 100644 --- a/include/configs/mx6sxsabresd.h +++ b/include/configs/mx6sxsabresd.h @@ -18,8 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #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 2faa10c55d..f84bff9ff4 100644 --- a/include/configs/mx6ul_14x14_evk.h +++ b/include/configs/mx6ul_14x14_evk.h @@ -23,8 +23,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/mx6ullevk.h b/include/configs/mx6ullevk.h index b8eddf1da6..b56482427f 100644 --- a/include/configs/mx6ullevk.h +++ b/include/configs/mx6ullevk.h @@ -27,8 +27,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART diff --git a/include/configs/mx7dsabresd.h b/include/configs/mx7dsabresd.h index 7e172e0b07..4aa360288a 100644 --- a/include/configs/mx7dsabresd.h +++ b/include/configs/mx7dsabresd.h @@ -19,8 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - /* Network */ #define CONFIG_FEC_MXC #define CONFIG_MII diff --git a/include/configs/mxs.h b/include/configs/mxs.h index b26bc01977..a225a96f7a 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -42,7 +42,6 @@ */ /* Startup hooks */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_MISC_INIT /* SPL */ diff --git a/include/configs/neo.h b/include/configs/neo.h index 8b6ee92f66..f6b4cc01c2 100644 --- a/include/configs/neo.h +++ b/include/configs/neo.h @@ -19,7 +19,6 @@ #define CONFIG_HOSTNAME neo #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index c22fed70a4..ca55063f77 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -17,7 +17,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_USBD_HS #define CONFIG_USB_ETHER diff --git a/include/configs/novena.h b/include/configs/novena.h index 63fc59a182..5a07bf3891 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -10,7 +10,6 @@ #define __CONFIG_H /* System configurations */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_KEYBOARD diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 43da339f39..65354b0ead 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -246,7 +246,6 @@ * U-Boot general configuration */ #define CONFIG_MISC_INIT_R -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOOTFILE "zImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_PBSIZE (CONFIG_SYS_CBSIZE+sizeof(CONFIG_SYS_PROMPT)+16) diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index f4b3e06f92..6704e973de 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -13,7 +13,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R /* UART Configs */ diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index f91a7628d8..c8d5e89338 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -291,8 +291,6 @@ #define CONFIG_L2_CACHE #define CONFIG_BTB -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ - #define CONFIG_ENABLE_36BIT_PHYS #ifdef CONFIG_PHYS_64BIT diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 63825b0bde..041e016f52 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -71,8 +71,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_L2_CACHE #define CONFIG_BTB -#define CONFIG_BOARD_EARLY_INIT_F /* Call board_pre_init */ - #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x1fffffff #define CONFIG_PANIC_HANG /* do not reset board on panic */ diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h index f3cf95469a..182f22e147 100644 --- a/include/configs/pcm052.h +++ b/include/configs/pcm052.h @@ -23,8 +23,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F - /* Allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAUDRATE 115200 diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 5f649537d1..098b02afa8 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -29,7 +29,6 @@ #define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024) /* Early setup */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DISPLAY_BOARDINFO_LATE diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index 2bd7076499..6b0c546696 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -27,8 +27,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART6_BASE_ADDR diff --git a/include/configs/picosam9g45.h b/include/configs/picosam9g45.h index 20fb0366f3..bf817d7bec 100644 --- a/include/configs/picosam9g45.h +++ b/include/configs/picosam9g45.h @@ -30,7 +30,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ diff --git a/include/configs/platinum.h b/include/configs/platinum.h index f3ac4589aa..2610e243e7 100644 --- a/include/configs/platinum.h +++ b/include/configs/platinum.h @@ -117,7 +117,6 @@ */ /* Board startup config */ -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index c19e7dc9f3..9254722422 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -138,7 +138,6 @@ #define CONFIG_INITRD_TAG 1 #undef CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* * Hardware drivers diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index eddc81a8bd..ac1f7fbb53 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -151,7 +151,6 @@ #undef CONFIG_SKIP_LOWLEVEL_INIT #define CONFIG_USER_LOWLEVEL_INIT 1 -#define CONFIG_BOARD_EARLY_INIT_F /* * Hardware drivers diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 28690c28fa..2ed977c29c 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -40,7 +40,6 @@ #define CONFIG_INITRD_TAG 1 #define CONFIG_SKIP_LOWLEVEL_INIT -#define CONFIG_BOARD_EARLY_INIT_F /* * Hardware drivers diff --git a/include/configs/qemu-ppce500.h b/include/configs/qemu-ppce500.h index 9517674010..9f267877ab 100644 --- a/include/configs/qemu-ppce500.h +++ b/include/configs/qemu-ppce500.h @@ -36,7 +36,6 @@ #define CONFIG_PANIC_HANG /* do not reset board on panic */ /* Needed to fill the ccsrbar pointer */ -#define CONFIG_BOARD_EARLY_INIT_F /* Virtual address to CCSRBAR */ #define CONFIG_SYS_CCSRBAR 0xe0000000 diff --git a/include/configs/rcar-gen2-common.h b/include/configs/rcar-gen2-common.h index 459b077fb3..1338cd3469 100644 --- a/include/configs/rcar-gen2-common.h +++ b/include/configs/rcar-gen2-common.h @@ -34,7 +34,6 @@ #undef CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_TMU_TIMER #define CONFIG_SH_GPIO_PFC diff --git a/include/configs/rcar-gen3-common.h b/include/configs/rcar-gen3-common.h index ec4d54ed97..930f2d5f3c 100644 --- a/include/configs/rcar-gen3-common.h +++ b/include/configs/rcar-gen3-common.h @@ -43,7 +43,6 @@ #undef CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SH_GPIO_PFC diff --git a/include/configs/redwood.h b/include/configs/redwood.h index 72fbf108fa..9f8f60c2c1 100644 --- a/include/configs/redwood.h +++ b/include/configs/redwood.h @@ -14,7 +14,6 @@ *----------------------------------------------------------------------*/ #define CONFIG_440 1 /* ... PPC460 family */ #define CONFIG_460SX 1 /* ... PPC460 family */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #define CONFIG_SYS_TEXT_BASE 0xfffb0000 diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 9ee68dde7b..4d048ba28b 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -61,7 +61,6 @@ #else #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) #endif -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_DM_SERIAL #define CONFIG_FSL_LINFLEXUART diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index 4f72c83d6b..49b0419e9a 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -15,8 +15,6 @@ #include "at91-sama5_common.h" -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MISC_INIT_R /* SDRAM */ diff --git a/include/configs/sbc8349.h b/include/configs/sbc8349.h index ca1797d093..ca5e64fd9b 100644 --- a/include/configs/sbc8349.h +++ b/include/configs/sbc8349.h @@ -50,8 +50,6 @@ #endif #endif -#undef CONFIG_BOARD_EARLY_INIT_F /* call board_pre_init */ - #define CONFIG_SYS_IMMR 0xE0000000 #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */ diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 281a9938c4..f5a5b61940 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -86,8 +86,6 @@ */ #define CONFIG_ENABLE_36BIT_PHYS 1 -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ - #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */ #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */ #define CONFIG_SYS_MEMTEST_END 0x00400000 diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index f02634b1a2..30eb114812 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -75,8 +75,6 @@ #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) #endif -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ - #undef CONFIG_SYS_DRAM_TEST /* memory test, takes time */ #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */ #define CONFIG_SYS_MEMTEST_END 0x00400000 diff --git a/include/configs/secomx6quq7.h b/include/configs/secomx6quq7.h index 51b88a485b..a5de46ac1c 100644 --- a/include/configs/secomx6quq7.h +++ b/include/configs/secomx6quq7.h @@ -16,8 +16,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE diff --git a/include/configs/sequoia.h b/include/configs/sequoia.h index ed8a51c663..a913cbf7ca 100644 --- a/include/configs/sequoia.h +++ b/include/configs/sequoia.h @@ -54,7 +54,6 @@ #define CONFIG_4xx_DCACHE /* enable dcache */ #endif -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ /* diff --git a/include/configs/smartweb.h b/include/configs/smartweb.h index fd35f71f91..5ecc693fc8 100644 --- a/include/configs/smartweb.h +++ b/include/configs/smartweb.h @@ -46,7 +46,6 @@ #define CONFIG_SETUP_MEMORY_TAGS /* pass memory defs to kernel */ #define CONFIG_INITRD_TAG /* pass initrd param to kernel */ #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY /* U-Boot is loaded by a bootloader */ -#define CONFIG_BOARD_EARLY_INIT_F /* call board_early_init_f() */ /* We set the max number of command args high to avoid HUSH bugs. */ #define CONFIG_SYS_MAXARGS 32 diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h index 6acc82ce9a..8cfdcdea12 100644 --- a/include/configs/snapper9g45.h +++ b/include/configs/snapper9g45.h @@ -26,7 +26,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY -#define CONFIG_BOARD_EARLY_INIT_F /* SDRAM */ #define CONFIG_NR_DRAM_BANKS 1 diff --git a/include/configs/socfpga_sr1500.h b/include/configs/socfpga_sr1500.h index 0407f03969..424cada157 100644 --- a/include/configs/socfpga_sr1500.h +++ b/include/configs/socfpga_sr1500.h @@ -8,8 +8,6 @@ #include <asm/arch/base_addr_ac5.h> -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_NO_FLASH #define CONFIG_DOS_PARTITION #define CONFIG_FAT_WRITE diff --git a/include/configs/som-6896.h b/include/configs/som-6896.h index ba11b2061a..af51c2a94b 100644 --- a/include/configs/som-6896.h +++ b/include/configs/som-6896.h @@ -14,7 +14,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_SCSI_DEV_LIST \ diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h index e13f343751..ec1b6acc02 100644 --- a/include/configs/som-db5800-som-6867.h +++ b/include/configs/som-db5800-som-6867.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 912b776409..77b80df2a6 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -172,7 +172,6 @@ /* Miscellaneous configurable options */ #define CONFIG_ARCH_CPU_INIT -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOOT_PARAMS_ADDR 0x00000100 #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 6b35641102..69135ff0f6 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -11,7 +11,6 @@ #define CONFIG_SYS_THUMB_BUILD #define CONFIG_STM32F4DISCOVERY -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_SYS_FLASH_BASE 0x08000000 diff --git a/include/configs/stm32f746-disco.h b/include/configs/stm32f746-disco.h index 4391bff1cc..b4a8f41014 100644 --- a/include/configs/stm32f746-disco.h +++ b/include/configs/stm32f746-disco.h @@ -11,8 +11,6 @@ #define CONFIG_SYS_THUMB_BUILD /*#define CONFIG_SYS_NO_FLASH*/ -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_FLASH_BASE 0x08000000 #define CONFIG_SYS_INIT_SP_ADDR 0x20050000 #define CONFIG_SYS_TEXT_BASE 0x08000000 diff --git a/include/configs/strider.h b/include/configs/strider.h index 3be25976a4..a038ded2ae 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_TEXT_BASE 0xFE000000 -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/stv0991.h b/include/configs/stv0991.h index 09a3064bd6..0e7d8608a2 100644 --- a/include/configs/stv0991.h +++ b/include/configs/stv0991.h @@ -9,7 +9,6 @@ #define __CONFIG_STV0991_H #define CONFIG_SYS_DCACHE_OFF #define CONFIG_SYS_EXCEPTION_VECTORS_HIGH -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_SYS_CORTEX_R4 diff --git a/include/configs/t3corp.h b/include/configs/t3corp.h index e0c7674989..d3f2050736 100644 --- a/include/configs/t3corp.h +++ b/include/configs/t3corp.h @@ -30,7 +30,6 @@ #define CONFIG_SYS_CLK_FREQ 66666667 /* external freq to pll */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_R 1 /* Call board_early_init_r */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ #define CONFIG_BOARD_TYPES 1 /* support board types */ diff --git a/include/configs/taurus.h b/include/configs/taurus.h index ab457da2a0..0b07e30fa0 100644 --- a/include/configs/taurus.h +++ b/include/configs/taurus.h @@ -46,7 +46,6 @@ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG #define CONFIG_SKIP_LOWLEVEL_INIT_ONLY -#define CONFIG_BOARD_EARLY_INIT_F /* general purpose I/O */ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ diff --git a/include/configs/tbs2910.h b/include/configs/tbs2910.h index 0dc4a28a43..3b56be8b0b 100644 --- a/include/configs/tbs2910.h +++ b/include/configs/tbs2910.h @@ -16,8 +16,6 @@ #define CONFIG_MACH_TYPE 3980 -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_HZ 1000 #define CONFIG_IMX_THERMAL diff --git a/include/configs/tegra-common.h b/include/configs/tegra-common.h index 6528624108..8bdfade2e9 100644 --- a/include/configs/tegra-common.h +++ b/include/configs/tegra-common.h @@ -104,8 +104,6 @@ CONFIG_SPL_TEXT_BASE) #define CONFIG_SYS_SPL_MALLOC_SIZE 0x00010000 -#define CONFIG_BOARD_EARLY_INIT_F - /* Misc utility code */ #define CONFIG_BOUNCE_BUFFER #define CONFIG_CRC32_VERIFY diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h index 809d015cf9..c0e4336eb0 100644 --- a/include/configs/ti_am335x_common.h +++ b/include/configs/ti_am335x_common.h @@ -75,9 +75,6 @@ * we need to call board_early_init_f. This is taken care of in * s_init when we have SPL used. */ -#if !defined(CONFIG_SKIP_LOWLEVEL_INIT) && !defined(CONFIG_SPL) -#define CONFIG_BOARD_EARLY_INIT_F -#endif #ifdef CONFIG_NAND #define CONFIG_SPL_NAND_AM33XX_BCH /* ELM support */ diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 28a80f5267..f88501505f 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -14,7 +14,6 @@ /* U-Boot Build Configuration */ #define CONFIG_SKIP_LOWLEVEL_INIT /* U-Boot is a 2nd stage loader */ -#define CONFIG_BOARD_EARLY_INIT_F /* SoC Configuration */ #define CONFIG_ARCH_CPU_INIT diff --git a/include/configs/titanium.h b/include/configs/titanium.h index bbdaf0443d..a53969f74f 100644 --- a/include/configs/titanium.h +++ b/include/configs/titanium.h @@ -23,7 +23,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_MXC_UART diff --git a/include/configs/tplink_wdr4300.h b/include/configs/tplink_wdr4300.h index fefc902360..6f780bc0b0 100644 --- a/include/configs/tplink_wdr4300.h +++ b/include/configs/tplink_wdr4300.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_HZ 1000 #define CONFIG_SYS_MHZ 280 #define CONFIG_SYS_MIPS_TIMER_FREQ (CONFIG_SYS_MHZ * 1000000) diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h index a35d292f16..09783a2ca0 100644 --- a/include/configs/tqma6.h +++ b/include/configs/tqma6.h @@ -32,8 +32,6 @@ #define PHYS_SDRAM_SIZE (1024u * SZ_1M) #endif -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART /* SPI */ diff --git a/include/configs/ts4800.h b/include/configs/ts4800.h index 261daef9aa..ac8c59f4f2 100644 --- a/include/configs/ts4800.h +++ b/include/configs/ts4800.h @@ -148,8 +148,6 @@ #define CONFIG_SYS_INIT_RAM_ADDR (IRAM_BASE_ADDR) #define CONFIG_SYS_INIT_RAM_SIZE (IRAM_SIZE) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_SYS_INIT_SP_OFFSET \ (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE) #define CONFIG_SYS_INIT_SP_ADDR \ diff --git a/include/configs/udoo.h b/include/configs/udoo.h index 05687dda4a..961062178d 100644 --- a/include/configs/udoo.h +++ b/include/configs/udoo.h @@ -19,8 +19,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (2 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #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 94a38d1264..9835ce8875 100644 --- a/include/configs/udoo_neo.h +++ b/include/configs/udoo_neo.h @@ -18,7 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_UART /* MMC Configuration */ diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h index 904b7727a8..b32cd6a391 100644 --- a/include/configs/usbarmory.h +++ b/include/configs/usbarmory.h @@ -13,7 +13,6 @@ #define CONFIG_MX53 #define CONFIG_SYS_FSL_CLK -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MXC_GPIO #define CONFIG_SYS_NO_FLASH diff --git a/include/configs/v38b.h b/include/configs/v38b.h index 7d013232b6..1f48a41589 100644 --- a/include/configs/v38b.h +++ b/include/configs/v38b.h @@ -27,7 +27,6 @@ #define CONFIG_NETCONSOLE 1 #define CONFIG_BOARD_EARLY_INIT_R 1 /* do board-specific init */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* do board-specific init */ #define CONFIG_MISC_INIT_R #define CONFIG_SYS_XLB_PIPELINING 1 /* gives better performance */ diff --git a/include/configs/ve8313.h b/include/configs/ve8313.h index e293f12b4e..564607e516 100644 --- a/include/configs/ve8313.h +++ b/include/configs/ve8313.h @@ -28,8 +28,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE 1 #define CONFIG_FSL_ELBC 1 -#define CONFIG_BOARD_EARLY_INIT_F 1 - /* * On-board devices * diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index f122c9886f..a8cd96b02e 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -30,8 +30,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_F - /* Allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAUDRATE 115200 diff --git a/include/configs/vining_2000.h b/include/configs/vining_2000.h index 1aca9d2900..0ff0a16171 100644 --- a/include/configs/vining_2000.h +++ b/include/configs/vining_2000.h @@ -18,8 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/walnut.h b/include/configs/walnut.h index 2edc0b0e8e..c48a6ae445 100644 --- a/include/configs/walnut.h +++ b/include/configs/walnut.h @@ -29,8 +29,6 @@ #define CONFIG_HOSTNAME walnut #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ - #define CONFIG_SYS_CLK_FREQ 33333333 /* external frequency to pll */ /* diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 125c74ed1e..d337979f7c 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -20,8 +20,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/warp.h b/include/configs/warp.h index 90ff9417c6..865f2ac81c 100644 --- a/include/configs/warp.h +++ b/include/configs/warp.h @@ -18,8 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) /* Increase due to DFU */ -#define CONFIG_BOARD_EARLY_INIT_F - #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 10c20e77b3..4528f094ce 100644 --- a/include/configs/warp7.h +++ b/include/configs/warp7.h @@ -18,8 +18,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (35 * SZ_1M) -#define CONFIG_BOARD_EARLY_INIT_F - /* MMC Config*/ #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC3_BASE_ADDR #define CONFIG_SUPPORT_EMMC_BOOT diff --git a/include/configs/woodburn.h b/include/configs/woodburn.h index c14f7d47d0..f3bc719404 100644 --- a/include/configs/woodburn.h +++ b/include/configs/woodburn.h @@ -16,6 +16,5 @@ /* Set TEXT at the beginning of the NOR flash */ #define CONFIG_SYS_TEXT_BASE 0xA0000000 -#define CONFIG_BOARD_EARLY_INIT_F #endif /* __CONFIG_H */ diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index b08641fcf0..33e2b98bb5 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -26,7 +26,6 @@ #if !defined(CONFIG_SPL_BUILD) #define CONFIG_SKIP_LOWLEVEL_INIT #endif -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_R /* generate LPC32XX-specific SPL image */ diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index 545cffbfaa..e8ad29d3d0 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -9,7 +9,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_X86_MRC_ADDR 0xfffa0000 diff --git a/include/configs/xpedite1000.h b/include/configs/xpedite1000.h index bfe68f01d1..45436c8ac0 100644 --- a/include/configs/xpedite1000.h +++ b/include/configs/xpedite1000.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_FORM_PMC 1 #define CONFIG_440 1 #define CONFIG_440GX 1 /* 440 GX */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */ #define CONFIG_SYS_TEXT_BASE 0xFFF80000 diff --git a/include/configs/xpress.h b/include/configs/xpress.h index 2dc57e9124..ce355bf671 100644 --- a/include/configs/xpress.h +++ b/include/configs/xpress.h @@ -17,8 +17,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 << 20) -#define CONFIG_BOARD_EARLY_INIT_F - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/yosemite.h b/include/configs/yosemite.h index a355112ab6..c77967b1d3 100644 --- a/include/configs/yosemite.h +++ b/include/configs/yosemite.h @@ -32,7 +32,6 @@ */ #include "amcc-common.h" -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_MISC_INIT_R 1 /* call misc_init_r() */ #define CONFIG_BOARD_RESET 1 /* call board_reset() */ diff --git a/include/configs/yucca.h b/include/configs/yucca.h index 0a3e4b3bea..183bfce2af 100644 --- a/include/configs/yucca.h +++ b/include/configs/yucca.h @@ -21,7 +21,6 @@ #define CONFIG_440 1 /* ... PPC440 family */ #define CONFIG_440SPE 1 /* Specifc SPe support */ #define CONFIG_440SPE_REVA 1 /* Support old Rev A. */ -#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_pre_init */ #define CONFIG_SYS_CLK_FREQ 33333333 /* external freq to pll */ #define EXTCLK_33_33 33333333 #define EXTCLK_66_66 66666666 |