diff options
Diffstat (limited to 'include/configs')
27 files changed, 0 insertions, 32 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 88349921a02..7e0aeffe796 100644 --- a/include/configs/am335x_evm.h +++ b/include/configs/am335x_evm.h @@ -260,7 +260,6 @@ * and DFU. */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index 1c76de06f9c..e645ad201e9 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -13,8 +13,6 @@ #include "tegra30-common.h" -#define CONFIG_ARCH_MISC_INIT - /* High-level configuration options */ #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ diff --git a/include/configs/aspenite.h b/include/configs/aspenite.h index 0cc72ca266e..32647d9f5a5 100644 --- a/include/configs/aspenite.h +++ b/include/configs/aspenite.h @@ -35,7 +35,6 @@ * to enable certain macros */ #include "mv-common.h" -#undef CONFIG_ARCH_MISC_INIT /* * Environment variables configurations diff --git a/include/configs/baltos.h b/include/configs/baltos.h index 4e07e52a1b2..b6a6e682988 100644 --- a/include/configs/baltos.h +++ b/include/configs/baltos.h @@ -293,7 +293,6 @@ * and DFU. */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h index f293a343e4b..72e11d214c1 100644 --- a/include/configs/bav335x.h +++ b/include/configs/bav335x.h @@ -430,7 +430,6 @@ DEFAULT_LINUX_BOOT_ENV \ * and DFU. */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h index 89260475e7a..60c513982ed 100644 --- a/include/configs/bayleybay.h +++ b/include/configs/bayleybay.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index 13d5ca188fe..d619d23e0ad 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -232,7 +232,6 @@ MMCARGS /* USB configuration */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index 80564261d9c..98f8901d8f7 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -108,7 +108,6 @@ BUR_COMMON_ENV \ /* USB configuration */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 56a6f1ed4f2..7866f623cac 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -19,8 +19,6 @@ /*#define CONFIG_DBG_MONITOR*/ #define PHYS_SDRAM_SIZE SZ_512M -#define CONFIG_ARCH_MISC_INIT - #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ #define CONFIG_ENV_VARS_UBOOT_CONFIG diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index e141dfb99d2..791a29b4d28 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -11,8 +11,6 @@ #include "tegra20-common.h" -#define CONFIG_ARCH_MISC_INIT - /* High-level configuration options */ #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index d78eb67d0f3..5b66429b8e5 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -13,8 +13,6 @@ #include "tegra30-common.h" -#define CONFIG_ARCH_MISC_INIT - /* High-level configuration options */ #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 3f36d6a522f..9cca4b9d82d 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -18,7 +18,6 @@ #define CONFIG_SYS_THUMB_BUILD #define CONFIG_SYS_FSL_CLK -#define CONFIG_ARCH_MISC_INIT #define CONFIG_DISPLAY_BOARDINFO_LATE /* Calls show_board_info() */ #define CONFIG_SKIP_LOWLEVEL_INIT diff --git a/include/configs/conga-qeval20-qa3-e3845.h b/include/configs/conga-qeval20-qa3-e3845.h index 12e6eb2e493..d21c95abb58 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_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ "stdout=serial\0" \ diff --git a/include/configs/edminiv2.h b/include/configs/edminiv2.h index af7b4701ffb..1f43dc0ba4a 100644 --- a/include/configs/edminiv2.h +++ b/include/configs/edminiv2.h @@ -209,7 +209,6 @@ * Other required minimal configurations */ #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ -#define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #define CONFIG_NR_DRAM_BANKS 1 #define CONFIG_SYS_LOAD_ADDR 0x00800000 diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 1094143cb0a..986001e9b7a 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_ARCH_MISC_INIT /* ns16550 UART is memory-mapped in Quark SoC */ #undef CONFIG_SYS_NS16550_PORT_MAPPED diff --git a/include/configs/gplugd.h b/include/configs/gplugd.h index 37b0a8c50d8..612e8501ed3 100644 --- a/include/configs/gplugd.h +++ b/include/configs/gplugd.h @@ -79,7 +79,6 @@ * to enable certain macros */ #include "mv-common.h" -#undef CONFIG_ARCH_MISC_INIT #ifdef CONFIG_SYS_NS16550_COM1 #undef CONFIG_SYS_NS16550_COM1 diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 9dfb0510b58..b8698de9c2b 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -147,7 +147,6 @@ * Other required minimal configurations */ #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ -#define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #define CONFIG_NR_DRAM_BANKS 4 #define CONFIG_SYS_RESET_ADDRESS 0xffff0000 /* Rst Vector Adr */ diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 851db612d7c..7aef43fac2d 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_FSL_OCRAM_BASE + 0xfff0) /* We need architecture specific misc initializations */ -#define CONFIG_ARCH_MISC_INIT #define CONFIG_FSL_CAAM /* Enable SEC/CAAM */ diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 3507cc89965..b01ab14ecfd 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -14,7 +14,6 @@ #include <configs/x86-common.h> #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_ARCH_MISC_INIT #define CONFIG_SMSC_LPC47M diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h index d7fbe963a91..547f564ae97 100644 --- a/include/configs/mv-common.h +++ b/include/configs/mv-common.h @@ -84,7 +84,6 @@ #define CONFIG_AUTO_COMPLETE #define CONFIG_CMDLINE_EDITING #define CONFIG_ARCH_CPU_INIT /* call arch_cpu_init() */ -#define CONFIG_ARCH_MISC_INIT /* call arch_misc_init() */ #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/mx7_common.h b/include/configs/mx7_common.h index 16fedfb20b8..3a9118f8443 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -29,8 +29,6 @@ /* Enable iomux-lpsr support */ #define CONFIG_IOMUX_LPSR -#define CONFIG_ARCH_MISC_INIT - #define CONFIG_LOADADDR 0x80800000 #define CONFIG_SYS_TEXT_BASE 0x87800000 diff --git a/include/configs/mxs.h b/include/configs/mxs.h index a225a96f7a4..6a223b683f0 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -42,7 +42,6 @@ */ /* Startup hooks */ -#define CONFIG_ARCH_MISC_INIT /* SPL */ #define CONFIG_SPL_NO_CPU_SUPPORT_CODE diff --git a/include/configs/pcm051.h b/include/configs/pcm051.h index aff4635e90e..b19349aeb33 100644 --- a/include/configs/pcm051.h +++ b/include/configs/pcm051.h @@ -132,7 +132,6 @@ * USB configuration */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_AM335X_USB0 #define CONFIG_AM335X_USB0_MODE MUSB_PERIPHERAL diff --git a/include/configs/pengwyn.h b/include/configs/pengwyn.h index f1db204910d..34f88e51c7b 100644 --- a/include/configs/pengwyn.h +++ b/include/configs/pengwyn.h @@ -183,7 +183,6 @@ * add mass storage support. */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #define CONFIG_AM335X_USB0 diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 854e992cb65..1c76e12efdf 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -190,7 +190,6 @@ * USB configuration */ #define CONFIG_USB_MUSB_DSPS -#define CONFIG_ARCH_MISC_INIT #define CONFIG_USB_MUSB_PIO_ONLY #define CONFIG_USB_MUSB_DISABLE_BULK_COMBINE_SPLIT #undef CONFIG_USB_GADGET_DUALSPEED diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 4559138f600..27bbd0ec5ae 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -15,7 +15,6 @@ * High level configuration */ #define CONFIG_DISPLAY_BOARDINFO_LATE -#define CONFIG_ARCH_MISC_INIT #define CONFIG_SYS_NO_FLASH #define CONFIG_CLOCKS diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h index ec1b6acc028..17adf7e40df 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_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ |