From a421192fb8d49da9a8bc30258c29c51675a1a1c9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 23 Jan 2017 13:31:19 -0700 Subject: Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig This converts the following to Kconfig: CONFIG_ARCH_EARLY_INIT_R Signed-off-by: Simon Glass --- include/configs/conga-qeval20-qa3-e3845.h | 1 - include/configs/crownbay.h | 1 - include/configs/galileo.h | 1 - include/configs/ls1012a_common.h | 2 -- include/configs/ls1043a_common.h | 1 - include/configs/ls1046a_common.h | 1 - include/configs/ls2080a_common.h | 1 - include/configs/minnowmax.h | 1 - include/configs/mvebu_armada-8k.h | 1 - include/configs/mvebu_db-88f3720.h | 1 - include/configs/qemu-x86.h | 1 - include/configs/rut.h | 1 - include/configs/socfpga_common.h | 1 - include/configs/som-6896.h | 2 -- include/configs/som-db5800-som-6867.h | 1 - include/configs/x86-chromebook.h | 2 -- 16 files changed, 19 deletions(-) (limited to 'include/configs') diff --git a/include/configs/conga-qeval20-qa3-e3845.h b/include/configs/conga-qeval20-qa3-e3845.h index 309ff4f..9a71dda 100644 --- a/include/configs/conga-qeval20-qa3-e3845.h +++ b/include/configs/conga-qeval20-qa3-e3845.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index cef2fd7..506b227 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_SMSC_LPC47M diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 26eb127..360f379 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT /* ns16550 UART is memory-mapped in Quark SoC */ diff --git a/include/configs/ls1012a_common.h b/include/configs/ls1012a_common.h index 910835e..eddfa14 100644 --- a/include/configs/ls1012a_common.h +++ b/include/configs/ls1012a_common.h @@ -89,8 +89,6 @@ #define CONFIG_CMD_ENV #undef CONFIG_CMD_IMLS -#define CONFIG_ARCH_EARLY_INIT_R - #define CONFIG_SYS_HZ 1000 #define CONFIG_HWCONFIG diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index 0d744ee..66805c2 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -185,7 +185,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 7c8a246..5ac8938 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -158,7 +158,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index 32d56ae..99c0661 100644 --- a/include/configs/ls2080a_common.h +++ b/include/configs/ls2080a_common.h @@ -175,7 +175,6 @@ unsigned long long get_qixis_addr(void); /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) -#define CONFIG_ARCH_EARLY_INIT_R /* Physical Memory Map */ /* fixme: these need to be checked against the board */ diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 5b17fd7..3507cc8 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -14,7 +14,6 @@ #include #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT #define CONFIG_SMSC_LPC47M diff --git a/include/configs/mvebu_armada-8k.h b/include/configs/mvebu_armada-8k.h index 0055cb0..fd18532 100644 --- a/include/configs/mvebu_armada-8k.h +++ b/include/configs/mvebu_armada-8k.h @@ -13,7 +13,6 @@ #define CONFIG_SYS_TCLK 250000000 /* 250MHz */ #define CONFIG_DISPLAY_BOARDINFO_LATE -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_SYS_TEXT_BASE 0x00000000 diff --git a/include/configs/mvebu_db-88f3720.h b/include/configs/mvebu_db-88f3720.h index 7ddde8c..7fc3dcc 100644 --- a/include/configs/mvebu_db-88f3720.h +++ b/include/configs/mvebu_db-88f3720.h @@ -11,7 +11,6 @@ * High Level Configuration Options (easy to change) */ #define CONFIG_DISPLAY_BOARDINFO_LATE -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_SYS_TEXT_BASE 0x00000000 diff --git a/include/configs/qemu-x86.h b/include/configs/qemu-x86.h index 4783563..affe712 100644 --- a/include/configs/qemu-x86.h +++ b/include/configs/qemu-x86.h @@ -14,7 +14,6 @@ #include #define CONFIG_SYS_MONITOR_LEN (1 << 20) -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,i8042-kbd\0" \ "stdout=serial,vidconsole\0" \ diff --git a/include/configs/rut.h b/include/configs/rut.h index e5933b8..36de454 100644 --- a/include/configs/rut.h +++ b/include/configs/rut.h @@ -130,7 +130,6 @@ #define CONFIG_OMAP3_SPI #define BOARD_LCD_RESET 115 /* Bank 3 pin 19 */ -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_FORMIKE #define DISPL_PLL_SPREAD_SPECTRUM #endif diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 6285266..4559138 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -16,7 +16,6 @@ */ #define CONFIG_DISPLAY_BOARDINFO_LATE #define CONFIG_ARCH_MISC_INIT -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_SYS_NO_FLASH #define CONFIG_CLOCKS diff --git a/include/configs/som-6896.h b/include/configs/som-6896.h index b4a4fb0..ba11b20 100644 --- a/include/configs/som-6896.h +++ b/include/configs/som-6896.h @@ -23,8 +23,6 @@ #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO -#define CONFIG_ARCH_EARLY_INIT_R - #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ "stderr=serial,vidconsole\0" diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h index 6235518..e13f343 100644 --- a/include/configs/som-db5800-som-6867.h +++ b/include/configs/som-db5800-som-6867.h @@ -15,7 +15,6 @@ #define CONFIG_SYS_MONITOR_LEN (1 << 20) #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ diff --git a/include/configs/x86-chromebook.h b/include/configs/x86-chromebook.h index 46a11ef..545cffb 100644 --- a/include/configs/x86-chromebook.h +++ b/include/configs/x86-chromebook.h @@ -40,8 +40,6 @@ #define VIDEO_IO_OFFSET 0 #define CONFIG_X86EMU_RAW_IO -#define CONFIG_ARCH_EARLY_INIT_R - #undef CONFIG_ENV_IS_NOWHERE #undef CONFIG_ENV_SIZE #define CONFIG_ENV_SIZE 0x1000 -- cgit v1.1