diff options
author | Simon Glass <sjg@chromium.org> | 2017-01-23 13:31:21 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-25 17:38:41 -0500 |
commit | 4585601ae2147730fcf342ed9b57a2c684503490 (patch) | |
tree | 3b1279e8912899a095cc0166f5c4f617922145df /include | |
parent | a5d67547dd9c7a527dfda1967010e703a22441ff (diff) | |
download | u-boot-4585601ae2147730fcf342ed9b57a2c684503490.tar.gz u-boot-4585601ae2147730fcf342ed9b57a2c684503490.tar.bz2 u-boot-4585601ae2147730fcf342ed9b57a2c684503490.zip |
Convert CONFIG_ARCH_MISC_INIT to Kconfig
This converts the following to Kconfig:
CONFIG_ARCH_MISC_INIT
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
27 files changed, 0 insertions, 32 deletions
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h index 88349921a0..7e0aeffe79 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 1c76de06f9..e645ad201e 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 0cc72ca266..32647d9f5a 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 4e07e52a1b..b6a6e68298 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 f293a343e4..72e11d214c 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 89260475e7..60c513982e 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 13d5ca188f..d619d23e0a 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 80564261d9..98f8901d8f 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 56a6f1ed4f..7866f623ca 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 e141dfb99d..791a29b4d2 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 d78eb67d0f..5b66429b8e 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 3f36d6a522..9cca4b9d82 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 12e6eb2e49..d21c95abb5 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 af7b4701ff..1f43dc0ba4 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 1094143cb0..986001e9b7 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 37b0a8c50d..612e8501ed 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 9dfb0510b5..b8698de9c2 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 851db612d7..7aef43fac2 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 3507cc8996..b01ab14ecf 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 d7fbe963a9..547f564ae9 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 16fedfb20b..3a9118f844 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 a225a96f7a..6a223b683f 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 aff4635e90..b19349aeb3 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 f1db204910..34f88e51c7 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 854e992cb6..1c76e12efd 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 4559138f60..27bbd0ec5a 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 ec1b6acc02..17adf7e40d 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" \ |