diff options
Diffstat (limited to 'include')
40 files changed, 0 insertions, 52 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index 6b85bb435a2..3bbb18abdc4 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -406,7 +406,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index 55e73bdc5cf..b14d442d274 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -356,8 +356,6 @@ combinations. this should be removed later #define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NAND_FTIM3 #endif -#define CONFIG_BOARD_EARLY_INIT_R - #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/C29XPCIE.h b/include/configs/C29XPCIE.h index a12ccceca43..1a273242202 100644 --- a/include/configs/C29XPCIE.h +++ b/include/configs/C29XPCIE.h @@ -283,8 +283,6 @@ #define CONFIG_SYS_EXTRA_ENV_RELOC #endif -#define CONFIG_BOARD_EARLY_INIT_R - #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 #define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 21ac6643258..bb7e913da2b 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -73,8 +73,6 @@ #define CONFIG_SYS_CLK_FREQ CONFIG_83XX_CLKIN -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r */ - #define CONFIG_SYS_IMMR 0xE0000000 #if defined(CONFIG_NAND) && !defined(CONFIG_SPL_BUILD) diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index f92346d2163..617e527b361 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -70,8 +70,6 @@ */ #define CONFIG_SYS_SICRL 0x00000000 -#define CONFIG_BOARD_EARLY_INIT_R - /* * IMMR new address */ diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index 0087e1d17ca..30d62536e2f 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -95,7 +95,6 @@ */ #define CONFIG_SYS_OBIR 0x31100000 -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_HWCONFIG /* diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index 09a5eaecd6a..e1eade008cd 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -193,8 +193,6 @@ #define CONFIG_SYS_FLASH_EMPTY_INFO #define CONFIG_SYS_FLASH_AMD_CHECK_DQ7 -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ - #define CONFIG_HWCONFIG /* enable hwconfig */ #define CONFIG_FSL_PIXIS 1 /* use common PIXIS code */ #define PIXIS_BASE 0xffdf0000 /* PIXIS registers */ diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index da9370bc112..6cd7857be62 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -48,7 +48,6 @@ extern unsigned long get_clock_freq(void); */ #define CONFIG_ENABLE_36BIT_PHYS 1 -#define CONFIG_BOARD_EARLY_INIT_R 1 #define CONFIG_HWCONFIG #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest works on */ diff --git a/include/configs/MPC8572DS.h b/include/configs/MPC8572DS.h index c1ff6e112fe..0ae2380b751 100644 --- a/include/configs/MPC8572DS.h +++ b/include/configs/MPC8572DS.h @@ -180,8 +180,6 @@ #define CONFIG_SYS_FLASH_EMPTY_INFO #define CONFIG_SYS_FLASH_AMD_CHECK_DQ7 -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ - #define CONFIG_HWCONFIG /* enable hwconfig */ #define CONFIG_FSL_PIXIS 1 /* use common PIXIS code */ #define PIXIS_BASE 0xffdf0000 /* PIXIS registers */ diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index f6042580fa1..c47ee8fed50 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -478,8 +478,6 @@ extern unsigned long get_sdram_size(void); #endif #endif -#define CONFIG_BOARD_EARLY_INIT_R - #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/P1022DS.h b/include/configs/P1022DS.h index b4b4d833463..7f6438ce45b 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -264,7 +264,6 @@ #endif /* CONFIG_NAND_FSL_ELBC */ -#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 1328e021e28..aa12863b91e 100644 --- a/include/configs/P1023RDB.h +++ b/include/configs/P1023RDB.h @@ -102,8 +102,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_R /* call board_early_init_r function */ - #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ #define CONFIG_SYS_INIT_RAM_SIZE 0x00004000/* Size of used area in RAM */ diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 91a894e9f32..6252112cd74 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -258,7 +258,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_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index 3c5c5067c72..301bf9ff98b 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -422,7 +422,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 334d76106bd..7c16f6991b3 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -431,7 +431,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 12b42ec0662..3f92b1e3d9d 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -338,7 +338,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 87425ec4db4..fe2fbe7242f 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -444,7 +444,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg #endif #endif -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 14a329f47b0..ed7b91c5baf 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -395,7 +395,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 2eae2790406..3d0f09c0f0c 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -342,7 +342,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index e69a80cbbca..6a77322e12f 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -132,7 +132,6 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #endif -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/TQM834x.h b/include/configs/TQM834x.h index 98a7c482406..a0625163296 100644 --- a/include/configs/TQM834x.h +++ b/include/configs/TQM834x.h @@ -40,7 +40,6 @@ /* board pre init: do not call, nothing to do */ /* detect the number of flash banks */ -#define CONFIG_BOARD_EARLY_INIT_R /* * DDR Setup diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index 14d786804c4..1992a6a9383 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -237,8 +237,6 @@ #define CONFIG_SYS_FLASH_EMPTY_INFO #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ - #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */ /* Initial L1 address */ diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 9261eb418bd..003d06005bf 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -317,13 +317,11 @@ /* * Board initialisation callbacks */ -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT #else /* CONFIG_TRAILBLAZER */ -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT #endif /* CONFIG_TRAILBLAZER */ diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index fdadec95066..58c767b2b58 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -267,7 +267,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_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 4a5c25b558e..63b400b860b 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -152,7 +152,6 @@ #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 72cded07fd2..5a256f0ba2a 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -18,7 +18,6 @@ #define CONFIG_MPC8308 1 /* MPC8308 CPU specific */ #define CONFIG_HRCON 1 /* HRCON board specific */ -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT #define CONFIG_FSL_ESDHC diff --git a/include/configs/hsdk.h b/include/configs/hsdk.h index ac86f311425..f476f5bed7d 100644 --- a/include/configs/hsdk.h +++ b/include/configs/hsdk.h @@ -123,7 +123,6 @@ setenv core_iccm_3 0x6; setenv core_dccm_3 0x6;\0" /* * Callback configuration */ -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_BOARD_LATE_INIT #endif /* _CONFIG_HSDK_H_ */ diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h index 64c1d2ff7e9..89cb14b2df2 100644 --- a/include/configs/km/km-powerpc.h +++ b/include/configs/km/km-powerpc.h @@ -9,7 +9,6 @@ #define __CONFIG_KEYMILE_POWERPC_H /* Do boardspecific init for all boards */ -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT #define CONFIG_JFFS2_CMDLINE diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 89e18c514a5..12e91c78b5f 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -188,7 +188,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_BR1_PRELIM CONFIG_SYS_QRIO_BR_PRELIM /* QRIO Base Address */ #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_QRIO_OR_PRELIM /* QRIO Options */ -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_F #define CONFIG_MISC_INIT_R #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index a2921fd632d..5943e9d35b3 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -427,8 +427,6 @@ #endif #endif /* CONFIG_NAND_FSL_ELBC */ -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ - #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */ #ifdef CONFIG_PHYS_64BIT diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 964d2dbc979..018cc9cbce4 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -166,8 +166,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_FLASH_EMPTY_INFO #define CONFIG_SYS_FLASH_USE_BUFFER_WRITE -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ - #define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* Initial L1 address */ diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 29e6c685a78..ed7a7711efc 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -25,7 +25,6 @@ #define CONFIG_TSEC_ENET /* tsec ethernet support */ #define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ -#define CONFIG_BOARD_EARLY_INIT_R 1 /* Call board_early_init_r */ /* * Only possible on E500 Version 2 or newer cores. diff --git a/include/configs/strider.h b/include/configs/strider.h index 9bb820c75a5..f027faf2cc5 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -18,7 +18,6 @@ #define CONFIG_MPC8308 1 /* MPC8308 CPU specific */ #define CONFIG_STRIDER 1 /* STRIDER board specific */ -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT #define CONFIG_FSL_ESDHC diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 33d451f2ab2..aed72ff8a63 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -92,7 +92,6 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_BOARD_EARLY_INIT_R /* call board_early_init_r function */ #define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 1374370187b..ee82816cd9b 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -25,7 +25,6 @@ #if !defined(CONFIG_SPL_BUILD) #define CONFIG_SKIP_LOWLEVEL_INIT #endif -#define CONFIG_BOARD_EARLY_INIT_R /* generate LPC32XX-specific SPL image */ #define CONFIG_LPC32XX_SPL diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index ce5f77e3677..8cdc72206cd 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -143,7 +143,6 @@ #define CONFIG_SYS_BOOTM_LEN (60 * 1024 * 1024) -#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_CLOCKS #define ENV_MEM_LAYOUT_SETTINGS \ diff --git a/include/configs/xpedite517x.h b/include/configs/xpedite517x.h index 78140cdc16f..14188a405b5 100644 --- a/include/configs/xpedite517x.h +++ b/include/configs/xpedite517x.h @@ -17,7 +17,6 @@ #define CONFIG_SYS_BOARD_NAME "XPedite5170" #define CONFIG_SYS_FORM_3U_VPX 1 #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ -#define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ #define CONFIG_BAT_RW 1 /* Use common BAT rw code */ #define CONFIG_HIGH_BATS 1 /* High BATs supported and enabled */ #define CONFIG_ALTIVEC 1 diff --git a/include/configs/xpedite520x.h b/include/configs/xpedite520x.h index 4bc583cca0d..51001959360 100644 --- a/include/configs/xpedite520x.h +++ b/include/configs/xpedite520x.h @@ -16,7 +16,6 @@ */ #define CONFIG_SYS_BOARD_NAME "XPedite5200" #define CONFIG_SYS_FORM_PMC_XMC 1 -#define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ #define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */ #define CONFIG_PCI1 1 /* PCI controller 1 */ diff --git a/include/configs/xpedite537x.h b/include/configs/xpedite537x.h index a4566b8384d..d12deea8751 100644 --- a/include/configs/xpedite537x.h +++ b/include/configs/xpedite537x.h @@ -16,7 +16,6 @@ */ #define CONFIG_SYS_BOARD_NAME "XPedite5370" #define CONFIG_SYS_FORM_3U_VPX 1 -#define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ #define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */ #define CONFIG_PCIE1 1 /* PCIE controller 1 */ diff --git a/include/configs/xpedite550x.h b/include/configs/xpedite550x.h index 499a1dbd410..6378712f1b0 100644 --- a/include/configs/xpedite550x.h +++ b/include/configs/xpedite550x.h @@ -17,7 +17,6 @@ #define CONFIG_SYS_BOARD_NAME "XPedite5500" #define CONFIG_SYS_FORM_PMC_XMC 1 #define CONFIG_PRPMC_PCI_ALIAS "pci0" /* Processor PMC interface on pci0 */ -#define CONFIG_BOARD_EARLY_INIT_R /* Call board_pre_init */ #define CONFIG_PCI_SCAN_SHOW 1 /* show pci devices on startup */ #define CONFIG_PCIE1 1 /* PCIE controller 1 (PEX8112 or XMC) */ |