diff options
Diffstat (limited to 'include/configs')
124 files changed, 0 insertions, 196 deletions
diff --git a/include/configs/B4860QDS.h b/include/configs/B4860QDS.h index ed59d24609..c37864c139 100644 --- a/include/configs/B4860QDS.h +++ b/include/configs/B4860QDS.h @@ -402,8 +402,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index d5f069aa72..7687588044 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -10,8 +10,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - #ifdef CONFIG_SDCARD #define CONFIG_RAMBOOT_SDCARD #define CONFIG_SYS_RAMBOOT diff --git a/include/configs/MCR3000.h b/include/configs/MCR3000.h index 20e601dab5..4429f135d5 100644 --- a/include/configs/MCR3000.h +++ b/include/configs/MCR3000.h @@ -8,7 +8,6 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ #define CONFIG_EXTRA_ENV_SETTINGS \ "sdram_type=SDRAM\0" \ diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index 13e3771666..e5a164d4d1 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -15,8 +15,6 @@ #define CONFIG_MPC830x 1 /* MPC830x family */ #define CONFIG_MPC8308 1 /* MPC8308 CPU specific */ -#define CONFIG_MISC_INIT_R - #ifdef CONFIG_MMC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR #define CONFIG_SYS_FSL_ESDHC_USE_PIO diff --git a/include/configs/MPC8313ERDB.h b/include/configs/MPC8313ERDB.h index 1f56deb151..884dd4125e 100644 --- a/include/configs/MPC8313ERDB.h +++ b/include/configs/MPC8313ERDB.h @@ -51,8 +51,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE #define CONFIG_FSL_ELBC 1 -#define CONFIG_MISC_INIT_R - /* * On-board devices * diff --git a/include/configs/MPC8349ITX.h b/include/configs/MPC8349ITX.h index 8366ebe9f9..77174e3b7e 100644 --- a/include/configs/MPC8349ITX.h +++ b/include/configs/MPC8349ITX.h @@ -52,7 +52,6 @@ #define CONFIG_SYS_IMMR 0xE0000000 /* The IMMR is relocated to here */ #define CONFIG_MISC_INIT_F -#define CONFIG_MISC_INIT_R /* * On-board devices diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index bb5e49a65e..aae777db95 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -15,7 +15,6 @@ #define CONFIG_MPC837x 1 /* MPC837x CPU specific */ #define CONFIG_MPC837XERDB 1 -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG /* diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index ddfb241010..cfb7135870 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -57,8 +57,6 @@ #define CONFIG_SYS_CLK_FREQ get_board_sys_clk(0) #endif -#define CONFIG_MISC_INIT_R 1 - #define CONFIG_SYS_MEMTEST_START 0x00200000 /* memtest region */ #define CONFIG_SYS_MEMTEST_END 0x00400000 diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 70d12959ea..4990c8ece8 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -184,7 +184,6 @@ #define CONFIG_DDR_CLK_FREQ 66666666 /* DDRCLK on P1010 RDB */ #define CONFIG_SYS_CLK_FREQ 66666666 /* SYSCLK for P1010 RDB */ -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG /* * These can be toggled for performance analysis, otherwise use default. diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index f9e230885c..24bec8541d 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -262,7 +262,6 @@ #endif /* CONFIG_NAND_FSL_ELBC */ -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG #define CONFIG_FSL_NGPIXIS diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index ee2015be67..1afaf2717d 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -256,8 +256,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_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/SBx81LIFKW.h b/include/configs/SBx81LIFKW.h index 32353de0b8..07b65f89f9 100644 --- a/include/configs/SBx81LIFKW.h +++ b/include/configs/SBx81LIFKW.h @@ -24,8 +24,6 @@ #define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ #define CONFIG_KIRKWOOD_GPIO 1 -#define CONFIG_MISC_INIT_R /* call misc_init_r */ - /* * NS16550 Configuration */ diff --git a/include/configs/SBx81LIFXCAT.h b/include/configs/SBx81LIFXCAT.h index 43a287ccd3..d73752c7f9 100644 --- a/include/configs/SBx81LIFXCAT.h +++ b/include/configs/SBx81LIFXCAT.h @@ -24,8 +24,6 @@ #define CONFIG_KIRKWOOD_RGMII_PAD_1V8 /* Set RGMII Pad voltage to 1.8V */ #define CONFIG_KIRKWOOD_GPIO 1 -#define CONFIG_MISC_INIT_R /* call misc_init_r */ - /* * NS16550 Configuration */ diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index 341fe24698..8a38c5e19c 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -418,8 +418,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index a6047e885a..f7a54f7a97 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -427,8 +427,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 5cd8d5998d..e890860b7e 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -337,8 +337,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 0867589db6..46b036f6f7 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -440,8 +440,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg #endif #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index e24d5cfed5..7d9354b360 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -391,7 +391,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index a14d81f3c8..ebee9083ed 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -338,7 +338,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index 677600e908..9d8834a3be 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -128,8 +128,6 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index e8c0d56706..0b3f459164 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -23,8 +23,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index 312e0ab188..1fe81d8934 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -25,7 +25,6 @@ #include <configs/ti_omap3_common.h> #undef CONFIG_SDRC /* Disable SDRC since we have EMIF4 */ -#define CONFIG_MISC_INIT_R #define CONFIG_REVISION_TAG /* Hardware drivers */ diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index f69c24d6a2..135b3c9584 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -30,8 +30,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) -#define CONFIG_MISC_INIT_R - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/astro_mcf5373l.h b/include/configs/astro_mcf5373l.h index 873154bead..e241c9858d 100644 --- a/include/configs/astro_mcf5373l.h +++ b/include/configs/astro_mcf5373l.h @@ -123,7 +123,6 @@ #endif /* here we put our FPGA configuration... */ -#define CONFIG_MISC_INIT_R 1 /* Define user parameters that have to be customized most likely */ diff --git a/include/configs/bcm23550_w1d.h b/include/configs/bcm23550_w1d.h index a9c97dbcb4..d0c7de34a0 100644 --- a/include/configs/bcm23550_w1d.h +++ b/include/configs/bcm23550_w1d.h @@ -55,7 +55,6 @@ #define CONFIG_SYS_TIMER_COUNTER (TIMER_BASE_ADDR + 4) /* STCLO offset */ /* Init functions */ -#define CONFIG_MISC_INIT_R /* board's misc_init_r function */ /* Some commands use this as the default load address */ #define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h index 8619f544d0..781689a991 100644 --- a/include/configs/bcm28155_ap.h +++ b/include/configs/bcm28155_ap.h @@ -54,7 +54,6 @@ #define CONFIG_SYS_TIMER_COUNTER (TIMER_BASE_ADDR + 4) /* STCLO offset */ /* Init functions */ -#define CONFIG_MISC_INIT_R /* board's misc_init_r function */ /* Some commands use this as the default load address */ #define CONFIG_SYS_LOAD_ADDR CONFIG_SYS_SDRAM_BASE diff --git a/include/configs/cgtqmx6eval.h b/include/configs/cgtqmx6eval.h index 7f2dc0c6b6..5d247886ae 100644 --- a/include/configs/cgtqmx6eval.h +++ b/include/configs/cgtqmx6eval.h @@ -24,8 +24,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_MISC_INIT_R - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART2_BASE diff --git a/include/configs/cl-som-am57x.h b/include/configs/cl-som-am57x.h index e8a3526cb1..80f0b4f56d 100644 --- a/include/configs/cl-som-am57x.h +++ b/include/configs/cl-som-am57x.h @@ -20,7 +20,6 @@ #include <configs/ti_omap5_common.h> /* misc */ -#define CONFIG_MISC_INIT_R #define CONFIG_REVISION_TAG /* PMIC I2C bus number */ diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index a98252ca92..f7e82dfbdb 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -214,7 +214,6 @@ /* misc */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_MISC_INIT_R /* SPL */ #include "imx6_spl.h" diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 5297a94d7d..646da7fb82 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -30,8 +30,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index 30027bf680..0ab3930e5a 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -29,8 +29,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - /* * The early kernel mapping on ARM currently only maps from the base of DRAM * to the end of the kernel image. The kernel is loaded at DRAM base + 0x8000. diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index c1c060221a..7eb87cada6 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -28,8 +28,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (32 * 1024 * 1024) -#define CONFIG_MISC_INIT_R - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index a32bd37d01..54a381b682 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -310,7 +310,6 @@ /* * Board initialisation callbacks */ -#define CONFIG_MISC_INIT_R #endif /* CONFIG_TRAILBLAZER */ /* diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index f9756923a1..aa7520473a 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -265,8 +265,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_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index d2f5d2395d..597012174d 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -150,8 +150,6 @@ #define CONFIG_SYS_RAMBOOT #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index c6b5b28174..29d4b80ec6 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -222,7 +222,6 @@ /* * U-Boot general configuration */ -#define CONFIG_MISC_INIT_R #define CONFIG_BOOTFILE "uImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */ diff --git a/include/configs/devkit8000.h b/include/configs/devkit8000.h index 491a07a8ca..dae76c3fbd 100644 --- a/include/configs/devkit8000.h +++ b/include/configs/devkit8000.h @@ -34,8 +34,6 @@ #include <configs/ti_omap3_common.h> -#define CONFIG_MISC_INIT_R - #define CONFIG_REVISION_TAG 1 /* Size of malloc() pool */ diff --git a/include/configs/display5.h b/include/configs/display5.h index dc75f7b973..fc8261373a 100644 --- a/include/configs/display5.h +++ b/include/configs/display5.h @@ -54,7 +54,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (16 * 1024 * 1024) -#define CONFIG_MISC_INIT_R /*#define CONFIG_MXC_UART*/ #define CONFIG_MXC_UART_BASE UART5_BASE diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h index fabdcf1d47..cf021083ae 100644 --- a/include/configs/dragonboard410c.h +++ b/include/configs/dragonboard410c.h @@ -11,8 +11,6 @@ #include <linux/sizes.h> #include <asm/arch/sysmap-apq8016.h> -#define CONFIG_MISC_INIT_R /* To stop autoboot */ - /* Physical Memory Map */ #define PHYS_SDRAM_1 0x80000000 /* 1008 MB (the last ~30Mb are secured for TrustZone by ATF*/ diff --git a/include/configs/dragonboard820c.h b/include/configs/dragonboard820c.h index baf15ac14c..cc4a4cb3f4 100644 --- a/include/configs/dragonboard820c.h +++ b/include/configs/dragonboard820c.h @@ -11,8 +11,6 @@ #include <linux/sizes.h> #include <asm/arch/sysmap-apq8096.h> -#define CONFIG_MISC_INIT_R /* To stop autoboot */ - /* Physical Memory Map */ #define PHYS_SDRAM_SIZE 0xC0000000 diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h index 8323057646..fd5c9b1dae 100644 --- a/include/configs/eb_cpu5282.h +++ b/include/configs/eb_cpu5282.h @@ -14,8 +14,6 @@ * High Level Configuration Options (easy to change) * *----------------------------------------------------------------------*/ -#define CONFIG_MISC_INIT_R - #define CONFIG_MCFUART #define CONFIG_SYS_UART_PORT (0) diff --git a/include/configs/gw_ventana.h b/include/configs/gw_ventana.h index 47a5bb037b..6cafdc6685 100644 --- a/include/configs/gw_ventana.h +++ b/include/configs/gw_ventana.h @@ -33,7 +33,6 @@ #define CONFIG_SYS_MALLOC_LEN (10 * SZ_1M) /* Init Functions */ -#define CONFIG_MISC_INIT_R /* Driver Model */ #ifndef CONFIG_SPL_BUILD diff --git a/include/configs/highbank.h b/include/configs/highbank.h index 2a6ebf0e49..2566867e82 100644 --- a/include/configs/highbank.h +++ b/include/configs/highbank.h @@ -24,7 +24,6 @@ #define CONFIG_SYS_BOOTCOUNT_LE /* Use little-endian accessors */ -#define CONFIG_MISC_INIT_R #define CONFIG_SCSI_AHCI_PLAT #define CONFIG_SYS_SCSI_MAX_SCSI_ID 5 #define CONFIG_SYS_SCSI_MAX_LUN 1 diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 9e280df3ba..1376d6155d 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -49,8 +49,6 @@ #define CONFIG_USB_DWC2_REG_ADDR 0xF72C0000 /*#define CONFIG_DWC2_DFLT_SPEED_FULL*/ #define CONFIG_DWC2_ENABLE_DYNAMIC_FIFO - -#define CONFIG_MISC_INIT_R #endif #define CONFIG_HIKEY_GPIO diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index d9089f6b71..afa7e10778 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -19,8 +19,6 @@ #define CONFIG_FSL_ELBC -#define CONFIG_MISC_INIT_R - #define CONFIG_BOOT_RETRY_TIME 900 #define CONFIG_BOOT_RETRY_MIN 30 #define CONFIG_RESET_TO_RETRY diff --git a/include/configs/integrator-common.h b/include/configs/integrator-common.h index db52992a5a..952993f8ea 100644 --- a/include/configs/integrator-common.h +++ b/include/configs/integrator-common.h @@ -14,7 +14,6 @@ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_MISC_INIT_R /* call misc_init_r during start up */ /* * There are various dependencies on the core module (CM) fitted diff --git a/include/configs/ipam390.h b/include/configs/ipam390.h index 1e966e3088..df9a8a0881 100644 --- a/include/configs/ipam390.h +++ b/include/configs/ipam390.h @@ -167,7 +167,6 @@ /* * U-Boot general configuration */ -#define CONFIG_MISC_INIT_R #define CONFIG_BOOTFILE "uImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */ diff --git a/include/configs/kc1.h b/include/configs/kc1.h index 9a9b8f0504..9b1149b190 100644 --- a/include/configs/kc1.h +++ b/include/configs/kc1.h @@ -26,8 +26,6 @@ * Board */ -#define CONFIG_MISC_INIT_R - /* * Clocks */ diff --git a/include/configs/khadas-vim.h b/include/configs/khadas-vim.h index 3a9c1e6992..6615f7711d 100644 --- a/include/configs/khadas-vim.h +++ b/include/configs/khadas-vim.h @@ -9,8 +9,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-khadas-vim.dtb\0" #include <configs/meson-gx-common.h> diff --git a/include/configs/km/km83xx-common.h b/include/configs/km/km83xx-common.h index 330c252f7d..337a9cec66 100644 --- a/include/configs/km/km83xx-common.h +++ b/include/configs/km/km83xx-common.h @@ -11,7 +11,6 @@ #include "keymile-common.h" #include "km-powerpc.h" -#define CONFIG_MISC_INIT_R /* * System Clock Setup */ diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 4bb80fc2ca..e3dbbc83e6 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -80,7 +80,6 @@ "" #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ -#define CONFIG_MISC_INIT_R /* * NS16550 Configuration diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 73506c4e57..0592c9a699 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -187,7 +187,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_SYS_OR1_PRELIM CONFIG_SYS_QRIO_OR_PRELIM /* QRIO Options */ #define CONFIG_MISC_INIT_F -#define CONFIG_MISC_INIT_R #define CONFIG_HWCONFIG diff --git a/include/configs/lacie_kw.h b/include/configs/lacie_kw.h index 5602dc455c..1f619a0d27 100644 --- a/include/configs/lacie_kw.h +++ b/include/configs/lacie_kw.h @@ -73,7 +73,6 @@ /* * Enable platform initialisation via misc_init_r() function */ -#define CONFIG_MISC_INIT_R /* * Ethernet Driver configuration diff --git a/include/configs/libretech-cc.h b/include/configs/libretech-cc.h index b44d3bdd32..a0856f98da 100644 --- a/include/configs/libretech-cc.h +++ b/include/configs/libretech-cc.h @@ -9,8 +9,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-libretech-cc.dtb\0" #include <configs/meson-gx-common.h> diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index 4e85423d90..c5bdea6798 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -117,6 +117,4 @@ #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END 0x9fffffff -#define CONFIG_MISC_INIT_R - #endif /* __LS1012AQDS_H__ */ diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 72eef9cc20..10dc0c6843 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -246,8 +246,6 @@ #define CONFIG_OF_BOARD_SETUP #define CONFIG_OF_STDOUT_VIA_ALIAS -#define CONFIG_MISC_INIT_R - #include <asm/fsl_secure_boot.h> #endif diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index ca2484748f..994e6ca362 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -521,8 +521,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */ #endif -#define CONFIG_MISC_INIT_R - #include <asm/fsl_secure_boot.h> #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 023797b122..75b2e2fbbd 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -503,8 +503,6 @@ #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */ #endif -#define CONFIG_MISC_INIT_R - #include <asm/fsl_secure_boot.h> #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index cdaa38781d..68f202f97a 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -361,7 +361,6 @@ unsigned long get_board_ddr_clk(void); /* * Miscellaneous configurable options */ -#define CONFIG_MISC_INIT_R #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END 0x9fffffff diff --git a/include/configs/ls1043ardb.h b/include/configs/ls1043ardb.h index 41478d3483..bc639e586f 100644 --- a/include/configs/ls1043ardb.h +++ b/include/configs/ls1043ardb.h @@ -12,7 +12,6 @@ #define CONFIG_DDR_CLK_FREQ 100000000 #define CONFIG_LAYERSCAPE_NS_ACCESS -#define CONFIG_MISC_INIT_R #define CONFIG_DIMM_SLOTS_PER_CTLR 1 /* Physical Memory Map */ diff --git a/include/configs/ls1046aqds.h b/include/configs/ls1046aqds.h index aa82b610cf..8edaf190d0 100644 --- a/include/configs/ls1046aqds.h +++ b/include/configs/ls1046aqds.h @@ -386,7 +386,6 @@ unsigned long get_board_ddr_clk(void); /* * Miscellaneous configurable options */ -#define CONFIG_MISC_INIT_R #define CONFIG_SYS_MEMTEST_START 0x80000000 #define CONFIG_SYS_MEMTEST_END 0x9fffffff diff --git a/include/configs/ls1046ardb.h b/include/configs/ls1046ardb.h index 33ac30329d..ffca410b1a 100644 --- a/include/configs/ls1046ardb.h +++ b/include/configs/ls1046ardb.h @@ -12,7 +12,6 @@ #define CONFIG_DDR_CLK_FREQ 100000000 #define CONFIG_LAYERSCAPE_NS_ACCESS -#define CONFIG_MISC_INIT_R #define CONFIG_DIMM_SLOTS_PER_CTLR 1 /* Physical Memory Map */ diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h index 973a59445e..eb220bf6e9 100644 --- a/include/configs/ls1088ardb.h +++ b/include/configs/ls1088ardb.h @@ -8,8 +8,6 @@ #include "ls1088a_common.h" -#define CONFIG_MISC_INIT_R - #if defined(CONFIG_QSPI_BOOT) #define CONFIG_ENV_SIZE 0x2000 /* 8KB */ #define CONFIG_ENV_SECT_SIZE 0x40000 diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index e57cd3d8b3..3d53a69e8a 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -320,8 +320,6 @@ unsigned long get_board_sys_clk(void); #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 #endif -#define CONFIG_MISC_INIT_R - #define BOOT_TARGET_DEVICES(func) \ func(USB, usb, 0) \ func(MMC, mmc, 0) \ diff --git a/include/configs/lsxl.h b/include/configs/lsxl.h index 8d1f0aac1d..9d4be18413 100644 --- a/include/configs/lsxl.h +++ b/include/configs/lsxl.h @@ -29,7 +29,6 @@ #define CONFIG_KW88F6281 /* SOC Name */ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ -#define CONFIG_MISC_INIT_R #define CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_KIRKWOOD_GPIO diff --git a/include/configs/malta.h b/include/configs/malta.h index 363a2a6494..ba3639d177 100644 --- a/include/configs/malta.h +++ b/include/configs/malta.h @@ -19,7 +19,6 @@ #define CONFIG_PCNET_79C973 #define PCNET_HAS_PROM -#define CONFIG_MISC_INIT_R #define CONFIG_RTC_MC146818 #define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0 diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 48f86228c2..94b133223c 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -26,8 +26,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/meesc.h b/include/configs/meesc.h index 1ebacf787d..0a03a2f5c7 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -39,7 +39,6 @@ #define CONFIG_SERIAL_TAG #define CONFIG_REVISION_TAG #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ -#define CONFIG_MISC_INIT_R /* Call misc_init_r */ #define CONFIG_PREBOOT /* enable preboot variable */ diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 459eae820a..d0fe582c90 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -14,8 +14,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_MISC_INIT_R - #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,serial\0" \ "stdout=vidconsole,serial\0" \ "stderr=vidconsole,serial\0" \ diff --git a/include/configs/mx53ppd.h b/include/configs/mx53ppd.h index 44d87c1fbc..bbd4cd78cd 100644 --- a/include/configs/mx53ppd.h +++ b/include/configs/mx53ppd.h @@ -26,7 +26,6 @@ #define CONFIG_IMX_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT_MSECS 8000 -#define CONFIG_MISC_INIT_R #define CONFIG_BOARD_LATE_INIT #define CONFIG_REVISION_TAG diff --git a/include/configs/nanopi-k2.h b/include/configs/nanopi-k2.h index f7ecb7be18..ef53f20c0f 100644 --- a/include/configs/nanopi-k2.h +++ b/include/configs/nanopi-k2.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - /* Serial setup */ #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-nanopi-k2.dtb\0" diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index 6c38f9ff24..c364442244 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -16,7 +16,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_MISC_INIT_R #define CONFIG_USBD_HS #define CONFIG_NETCONSOLE diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index c5dffffa20..f0b512c4fb 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -40,7 +40,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R #define CONFIG_SKIP_LOWLEVEL_INIT /* X-Loader set everything up */ #define CONFIG_CMDLINE_TAG /* enable passing kernel command line string */ diff --git a/include/configs/novena.h b/include/configs/novena.h index aacf7b2a5e..25736f3c03 100644 --- a/include/configs/novena.h +++ b/include/configs/novena.h @@ -9,7 +9,6 @@ #define __CONFIG_H /* System configurations */ -#define CONFIG_MISC_INIT_R #define CONFIG_KEYBOARD #include "mx6_common.h" diff --git a/include/configs/odroid-c2.h b/include/configs/odroid-c2.h index 913943421a..d117b183aa 100644 --- a/include/configs/odroid-c2.h +++ b/include/configs/odroid-c2.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - /* Serial setup */ #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxbb-odroidc2.dtb\0" diff --git a/include/configs/odroid.h b/include/configs/odroid.h index 8d1733becf..b1fc7c800c 100644 --- a/include/configs/odroid.h +++ b/include/configs/odroid.h @@ -188,7 +188,6 @@ */ #define CONFIG_MISC_COMMON #define CONFIG_BOARD_TYPES -#define CONFIG_MISC_INIT_R #undef CONFIG_REVISION_TAG diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index d433bdd5a7..62396779bb 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -81,7 +81,6 @@ /* Enable: board/samsung/common/misc.c to use set_dfu_alt_info() */ #define CONFIG_MISC_COMMON -#define CONFIG_MISC_INIT_R #define CONFIG_SET_DFU_ALT_INFO #define CONFIG_SET_DFU_ALT_BUF_LEN (SZ_1K) diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index d4079166c4..252b8f9a5f 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -20,7 +20,6 @@ #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 -#define CONFIG_MISC_INIT_R #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/omap3_cairo.h b/include/configs/omap3_cairo.h index 9e494a5242..481cad5523 100644 --- a/include/configs/omap3_cairo.h +++ b/include/configs/omap3_cairo.h @@ -34,8 +34,6 @@ #include <configs/ti_omap3_common.h> -#define CONFIG_MISC_INIT_R - #define CONFIG_REVISION_TAG 1 #define CONFIG_ENV_OVERWRITE diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 68147946da..07bcbc6f4e 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -25,7 +25,6 @@ #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 -#define CONFIG_MISC_INIT_R #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 5bb908db7b..b9d6569752 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -18,8 +18,6 @@ #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 -#define CONFIG_MISC_INIT_R - #define CONFIG_REVISION_TAG 1 /* GPIO banks */ diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index 77795f5f2d..2cbdbebb26 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -22,7 +22,6 @@ #undef CONFIG_SPL_TEXT_BASE #define CONFIG_SPL_TEXT_BASE 0x40200000 -#define CONFIG_MISC_INIT_R /* misc_init_r dumps the die id */ #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/omap3_overo.h b/include/configs/omap3_overo.h index b562bbd836..ebbde78520 100644 --- a/include/configs/omap3_overo.h +++ b/include/configs/omap3_overo.h @@ -15,7 +15,6 @@ #define CONFIG_SPL_TEXT_BASE 0x40200000 /* call misc_init_r */ -#define CONFIG_MISC_INIT_R /* pass the revision tag */ #define CONFIG_REVISION_TAG diff --git a/include/configs/omap3_pandora.h b/include/configs/omap3_pandora.h index 192c4c685b..81c243203f 100644 --- a/include/configs/omap3_pandora.h +++ b/include/configs/omap3_pandora.h @@ -13,7 +13,6 @@ #include <configs/ti_omap3_common.h> -#define CONFIG_MISC_INIT_R #define CONFIG_REVISION_TAG 1 #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index f0f199336f..8d35efd746 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -21,8 +21,6 @@ /* Generic NAND definition conflicts with debug_base */ #undef CONFIG_SYS_NAND_BASE -#define CONFIG_MISC_INIT_R - #define CONFIG_REVISION_TAG 1 #define CONFIG_ENV_SIZE (128 << 10) /* 128 KiB */ diff --git a/include/configs/omap5_uevm.h b/include/configs/omap5_uevm.h index 23dc0893f9..66bd288040 100644 --- a/include/configs/omap5_uevm.h +++ b/include/configs/omap5_uevm.h @@ -30,7 +30,6 @@ #define CONFIG_SYS_NS16550_COM3 UART3_BASE -#define CONFIG_MISC_INIT_R /* MMC ENV related defines */ #define CONFIG_SYS_MMC_ENV_DEV 1 /* SLOT2: eMMC(1) */ #define CONFIG_ENV_SIZE (128 << 10) diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 92f07f6469..b1b7133583 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -213,7 +213,6 @@ /* * U-Boot general configuration */ -#define CONFIG_MISC_INIT_R #define CONFIG_BOOTFILE "zImage" /* Boot file name */ #define CONFIG_SYS_CBSIZE 1024 /* Console I/O Buffer Size */ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot Args Buffer Size */ diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h index 0d8447ee90..776835a766 100644 --- a/include/configs/ot1200.h +++ b/include/configs/ot1200.h @@ -12,8 +12,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024) -#define CONFIG_MISC_INIT_R - /* UART Configs */ #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/p212.h b/include/configs/p212.h index 53af6bc21c..2aa9f5d143 100644 --- a/include/configs/p212.h +++ b/include/configs/p212.h @@ -9,8 +9,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - /* Serial setup */ #define MESON_FDTFILE_SETTING "fdtfile=amlogic/meson-gxl-s905x-p212.dtb\0" diff --git a/include/configs/platinum.h b/include/configs/platinum.h index 104f799598..d1ebaf5561 100644 --- a/include/configs/platinum.h +++ b/include/configs/platinum.h @@ -94,7 +94,6 @@ */ /* Board startup config */ -#define CONFIG_MISC_INIT_R #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + \ diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h index c949a23b8b..45a4ccc18f 100644 --- a/include/configs/puma_rk3399.h +++ b/include/configs/puma_rk3399.h @@ -20,7 +20,6 @@ #define SDRAM_BANK_SIZE (2UL << 30) -#define CONFIG_MISC_INIT_R #define CONFIG_SERIAL_TAG #define CONFIG_ENV_OVERWRITE diff --git a/include/configs/qemu-mips.h b/include/configs/qemu-mips.h index e55f3080e7..e5e192d11e 100644 --- a/include/configs/qemu-mips.h +++ b/include/configs/qemu-mips.h @@ -13,8 +13,6 @@ #define CONFIG_QEMU_MIPS -#define CONFIG_MISC_INIT_R - #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #define CONFIG_EXTRA_ENV_SETTINGS \ diff --git a/include/configs/qemu-mips64.h b/include/configs/qemu-mips64.h index 44c3af5e24..b19b8a5a26 100644 --- a/include/configs/qemu-mips64.h +++ b/include/configs/qemu-mips64.h @@ -13,8 +13,6 @@ #define CONFIG_QEMU_MIPS -#define CONFIG_MISC_INIT_R - #define CONFIG_TIMESTAMP /* Print image info with timestamp */ #define CONFIG_EXTRA_ENV_SETTINGS \ diff --git a/include/configs/rpi.h b/include/configs/rpi.h index f706c72313..37be6dbeeb 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -65,7 +65,6 @@ #ifdef CONFIG_CMD_USB #define CONFIG_TFTP_TSIZE -#define CONFIG_MISC_INIT_R #endif /* Console configuration */ diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index b752e85632..517bf2de55 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -99,7 +99,6 @@ " onenand write 0x32008000 0x0 0x100000\0" #define CONFIG_MISC_COMMON -#define CONFIG_MISC_INIT_R #define CONFIG_ENV_OVERWRITE #define CONFIG_EXTRA_ENV_SETTINGS \ diff --git a/include/configs/s5pc210_universal.h b/include/configs/s5pc210_universal.h index d489ec2b0b..92b0abbab1 100644 --- a/include/configs/s5pc210_universal.h +++ b/include/configs/s5pc210_universal.h @@ -143,8 +143,6 @@ int universal_spi_read(void); /* Common misc for Samsung */ #define CONFIG_MISC_COMMON -#define CONFIG_MISC_INIT_R - /* Download menu - Samsung common */ #define CONFIG_LCD_MENU diff --git a/include/configs/sama5d27_som1_ek.h b/include/configs/sama5d27_som1_ek.h index 798136f422..6192328965 100644 --- a/include/configs/sama5d27_som1_ek.h +++ b/include/configs/sama5d27_som1_ek.h @@ -14,8 +14,6 @@ #undef CONFIG_SYS_AT91_MAIN_CLOCK #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ -#define CONFIG_MISC_INIT_R - /* SDRAM */ #define CONFIG_SYS_SDRAM_BASE 0x20000000 #define CONFIG_SYS_SDRAM_SIZE 0x8000000 diff --git a/include/configs/sama5d2_ptc_ek.h b/include/configs/sama5d2_ptc_ek.h index aaa441f8d0..87a0a74b31 100644 --- a/include/configs/sama5d2_ptc_ek.h +++ b/include/configs/sama5d2_ptc_ek.h @@ -15,8 +15,6 @@ #undef CONFIG_SYS_AT91_MAIN_CLOCK #define CONFIG_SYS_AT91_MAIN_CLOCK 24000000 /* from 24 MHz crystal */ -#define CONFIG_MISC_INIT_R - /* SDRAM */ #define CONFIG_SYS_SDRAM_BASE 0x20000000 #define CONFIG_SYS_SDRAM_SIZE 0x20000000 diff --git a/include/configs/sama5d2_xplained.h b/include/configs/sama5d2_xplained.h index c99ad559d4..92f7f0df0e 100644 --- a/include/configs/sama5d2_xplained.h +++ b/include/configs/sama5d2_xplained.h @@ -11,8 +11,6 @@ #include "at91-sama5_common.h" -#define CONFIG_MISC_INIT_R - /* SDRAM */ #define CONFIG_SYS_SDRAM_BASE 0x20000000 #define CONFIG_SYS_SDRAM_SIZE 0x20000000 diff --git a/include/configs/sama5d4_xplained.h b/include/configs/sama5d4_xplained.h index cd4ae585e7..7f8ac178f3 100644 --- a/include/configs/sama5d4_xplained.h +++ b/include/configs/sama5d4_xplained.h @@ -11,8 +11,6 @@ #include "at91-sama5_common.h" -#define CONFIG_MISC_INIT_R - /* SDRAM */ #define CONFIG_SYS_SDRAM_BASE 0x20000000 #define CONFIG_SYS_SDRAM_SIZE 0x20000000 diff --git a/include/configs/sniper.h b/include/configs/sniper.h index e35595b5bc..7af035c3da 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -21,8 +21,6 @@ * Board */ -#define CONFIG_MISC_INIT_R - /* * Clocks */ diff --git a/include/configs/socfpga_vining_fpga.h b/include/configs/socfpga_vining_fpga.h index e39147e979..5517ed722d 100644 --- a/include/configs/socfpga_vining_fpga.h +++ b/include/configs/socfpga_vining_fpga.h @@ -171,8 +171,6 @@ #define CONFIG_ENV_OFFSET_REDUND \ (CONFIG_ENV_OFFSET + CONFIG_ENV_SECT_SIZE) -#define CONFIG_MISC_INIT_R - /* Support changing the prompt string */ #define CONFIG_CMDLINE_PS_SUPPORT diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 068ee195d9..dd950f3473 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -21,8 +21,6 @@ #define CONFIG_PCI_INDIRECT_BRIDGE -#define CONFIG_MISC_INIT_R 1 /* Call misc_init_r */ - /* * Only possible on E500 Version 2 or newer cores. */ diff --git a/include/configs/som-6896.h b/include/configs/som-6896.h index f0e8d612fa..031b82bfb9 100644 --- a/include/configs/som-6896.h +++ b/include/configs/som-6896.h @@ -13,8 +13,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_MISC_INIT_R - #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO diff --git a/include/configs/spear-common.h b/include/configs/spear-common.h index 2c32710e87..ea5996fe1e 100644 --- a/include/configs/spear-common.h +++ b/include/configs/spear-common.h @@ -154,7 +154,6 @@ #define CONFIG_BOOT_PARAMS_ADDR 0x00000100 #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_MISC_INIT_R #define CONFIG_SYS_MEMTEST_START 0x00800000 #define CONFIG_SYS_MEMTEST_END 0x04000000 diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index ca6648fcaa..31c17d0818 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - #define CONFIG_SYS_FLASH_BASE 0x08000000 #define CONFIG_SYS_INIT_SP_ADDR 0x10010000 diff --git a/include/configs/stm32f429-evaluation.h b/include/configs/stm32f429-evaluation.h index c8c41b8c48..a5390f8742 100644 --- a/include/configs/stm32f429-evaluation.h +++ b/include/configs/stm32f429-evaluation.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - #define CONFIG_SYS_FLASH_BASE 0x08000000 #define CONFIG_SYS_INIT_SP_ADDR 0x10010000 diff --git a/include/configs/stm32f469-discovery.h b/include/configs/stm32f469-discovery.h index 73a5412660..1c7efd13b8 100644 --- a/include/configs/stm32f469-discovery.h +++ b/include/configs/stm32f469-discovery.h @@ -7,8 +7,6 @@ #ifndef __CONFIG_H #define __CONFIG_H -#define CONFIG_MISC_INIT_R - #define CONFIG_SYS_FLASH_BASE 0x08000000 #define CONFIG_SYS_INIT_SP_ADDR 0x10010000 diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 6cea9a1a7e..2adf80464f 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -305,8 +305,6 @@ extern int soft_i2c_gpio_scl; #define CONFIG_PREBOOT #endif -#define CONFIG_MISC_INIT_R - #ifndef CONFIG_SPL_BUILD #ifdef CONFIG_ARM64 diff --git a/include/configs/t4qds.h b/include/configs/t4qds.h index 1f6a6e338d..bca5961206 100644 --- a/include/configs/t4qds.h +++ b/include/configs/t4qds.h @@ -89,8 +89,6 @@ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE /* start of monitor */ #endif -#define CONFIG_MISC_INIT_R - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index 78f6dc32e6..0b3544282f 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -20,8 +20,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index 72208f3ef0..556219bd9f 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -23,8 +23,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index 087b08027b..68f51d8526 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -179,7 +179,6 @@ #define CONFIG_USB_PHY_CFG_BASE KS2_USB_PHY_CFG_BASE /* U-Boot general configuration */ -#define CONFIG_MISC_INIT_R #define CONFIG_MX_CYCLIC #define CONFIG_TIMESTAMP diff --git a/include/configs/ti_omap4_common.h b/include/configs/ti_omap4_common.h index 33761c65e9..5d21c572f8 100644 --- a/include/configs/ti_omap4_common.h +++ b/include/configs/ti_omap4_common.h @@ -11,8 +11,6 @@ #ifndef __CONFIG_TI_OMAP4_COMMON_H #define __CONFIG_TI_OMAP4_COMMON_H -#define CONFIG_MISC_INIT_R - #ifndef CONFIG_SYS_L2CACHE_OFF #define CONFIG_SYS_L2_PL310 1 #define CONFIG_SYS_PL310_BASE 0x48242000 diff --git a/include/configs/titanium.h b/include/configs/titanium.h index 2db9932d8e..c24d657dba 100644 --- a/include/configs/titanium.h +++ b/include/configs/titanium.h @@ -22,8 +22,6 @@ /* Size of malloc() pool */ #define CONFIG_SYS_MALLOC_LEN (2 * 1024 * 1024) -#define CONFIG_MISC_INIT_R - #define CONFIG_MXC_UART #define CONFIG_MXC_UART_BASE UART1_BASE diff --git a/include/configs/tqma6_wru4.h b/include/configs/tqma6_wru4.h index 2e9292eb55..a945272595 100644 --- a/include/configs/tqma6_wru4.h +++ b/include/configs/tqma6_wru4.h @@ -16,8 +16,6 @@ #define CONFIG_MXC_UART_BASE UART4_BASE #define CONSOLE_DEV "ttymxc3" -#define CONFIG_MISC_INIT_R - /* Watchdog */ #define CONFIG_HW_WATCHDOG #define CONFIG_IMX_WATCHDOG diff --git a/include/configs/trats.h b/include/configs/trats.h index 1977a74a28..5df5f87b92 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -167,8 +167,6 @@ /* Common misc for Samsung */ #define CONFIG_MISC_COMMON -#define CONFIG_MISC_INIT_R - /* Download menu - Samsung common */ #define CONFIG_LCD_MENU diff --git a/include/configs/trats2.h b/include/configs/trats2.h index 4d61f1ed39..b1eaf0a488 100644 --- a/include/configs/trats2.h +++ b/include/configs/trats2.h @@ -150,8 +150,6 @@ /* Common misc for Samsung */ #define CONFIG_MISC_COMMON -#define CONFIG_MISC_INIT_R - /* Download menu - Samsung common */ #define CONFIG_LCD_MENU diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 4605bd5480..5fce1c634d 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -30,8 +30,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_MISC_INIT_R - #define CONFIG_CMDLINE_TAG /* enable passing of ATAGs */ #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 44d5016fbf..598674c96e 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -11,8 +11,6 @@ * High Level Configuration Options (easy to change) */ -#define CONFIG_MISC_INIT_R - /* * TEXT_BASE needs to be below 16MiB, since this area is scrubbed * for DDR ECC byte filling in the SPL before loading the main diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index 2456475f27..7fc89e8e71 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -32,8 +32,6 @@ #define CONFIG_MPC8349 1 /* MPC8349 specific */ #define CONFIG_VME8349 1 /* ESD VME8349 board specific */ -#define CONFIG_MISC_INIT_R - /* Don't enable PCI2 on vme834x - it doesn't exist physically. */ #undef CONFIG_MPC83XX_PCI2 /* support for 2nd PCI controller */ diff --git a/include/configs/x600.h b/include/configs/x600.h index e2796a88c3..a6835ebbd5 100644 --- a/include/configs/x600.h +++ b/include/configs/x600.h @@ -101,7 +101,6 @@ #define CONFIG_BOOT_PARAMS_ADDR 0x00000100 #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS -#define CONFIG_MISC_INIT_R #define CONFIG_MX_CYCLIC /* enable mdc/mwc commands */ #define CONFIG_SYS_MEMTEST_START 0x00800000 diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index b507a0699e..5a33223b7d 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -8,8 +8,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_MISC_INIT_R - #define CONFIG_X86_MRC_ADDR 0xfffa0000 #define CONFIG_X86_REFCODE_ADDR 0xffea0000 #define CONFIG_X86_REFCODE_RUN_ADDR 0 diff --git a/include/configs/xtfpga.h b/include/configs/xtfpga.h index 3e4b7cb00b..90310c46ac 100644 --- a/include/configs/xtfpga.h +++ b/include/configs/xtfpga.h @@ -108,7 +108,6 @@ /*==============================*/ #define CONFIG_BOARD_POSTCLK_INIT -#define CONFIG_MISC_INIT_R #define CONFIG_BOOTFILE "uImage" /* Console I/O Buffer Size */ |