diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-03-28 14:38:16 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-04-08 14:52:54 -0400 |
commit | 2aeb22d9ab02ba922ede2883391b314ac9e2baac (patch) | |
tree | ec6a386d879ef659feb178ad0cff90f01539ca0d /include/configs | |
parent | 02ddc1477cf2217867750deb99f79dee0b88142b (diff) |
treewide: Migrate CONFIG_LAST_STAGE_INIT to Kconfig
Migrate the CONFIG_LAST_STAGE_INIT option to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/UCP1020.h | 4 | ||||
-rw-r--r-- | include/configs/controlcenterd.h | 6 | ||||
-rw-r--r-- | include/configs/controlcenterdc.h | 1 | ||||
-rw-r--r-- | include/configs/edison.h | 1 | ||||
-rw-r--r-- | include/configs/ge_bx50v3.h | 2 | ||||
-rw-r--r-- | include/configs/hrcon.h | 2 | ||||
-rw-r--r-- | include/configs/km/km-powerpc.h | 1 | ||||
-rw-r--r-- | include/configs/km/kmp204x-common.h | 1 | ||||
-rw-r--r-- | include/configs/qemu-ppce500.h | 2 | ||||
-rw-r--r-- | include/configs/strider.h | 2 | ||||
-rw-r--r-- | include/configs/x86-common.h | 1 |
11 files changed, 0 insertions, 23 deletions
diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index 1992a6a938..c5fbef0567 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -46,8 +46,6 @@ #define CONFIG_SYS_L2_SIZE (256 << 10) -#define CONFIG_LAST_STAGE_INIT - #endif #if defined(CONFIG_TARGET_UCP1020) @@ -81,8 +79,6 @@ #define CONFIG_SYS_L2_SIZE (256 << 10) -#define CONFIG_LAST_STAGE_INIT - #endif #ifdef CONFIG_SDCARD diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 003d06005b..11cd1ef5e6 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -318,12 +318,6 @@ * Board initialisation callbacks */ #define CONFIG_MISC_INIT_R -#define CONFIG_LAST_STAGE_INIT - -#else /* CONFIG_TRAILBLAZER */ - -#define CONFIG_LAST_STAGE_INIT - #endif /* CONFIG_TRAILBLAZER */ /* diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h index 14a0b1b0bd..30a9e853ed 100644 --- a/include/configs/controlcenterdc.h +++ b/include/configs/controlcenterdc.h @@ -16,7 +16,6 @@ #define CONFIG_SKIP_LOWLEVEL_INIT /* disable board lowlevel_init */ #define CONFIG_DISPLAY_BOARDINFO_LATE #define CONFIG_BOARD_LATE_INIT -#define CONFIG_LAST_STAGE_INIT /* * TEXT_BASE needs to be below 16MiB, since this area is scrubbed diff --git a/include/configs/edison.h b/include/configs/edison.h index dcfd311f25..3233f6653c 100644 --- a/include/configs/edison.h +++ b/include/configs/edison.h @@ -10,7 +10,6 @@ #include <asm/ibmpc.h> /* ACPI */ -#define CONFIG_LAST_STAGE_INIT /* Boot */ #define CONFIG_BOOTCOMMAND "run bootcmd" diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 8a0ac618e8..6c798d3531 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -48,8 +48,6 @@ #define CONFIG_IMX_WATCHDOG #define CONFIG_WATCHDOG_TIMEOUT_MSECS 6000 -#define CONFIG_LAST_STAGE_INIT - #define CONFIG_MXC_UART #define CONFIG_MXC_OCOTP diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 5a256f0ba2..cbbbd8d983 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -18,8 +18,6 @@ #define CONFIG_MPC8308 1 /* MPC8308 CPU specific */ #define CONFIG_HRCON 1 /* HRCON board specific */ -#define CONFIG_LAST_STAGE_INIT - #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR diff --git a/include/configs/km/km-powerpc.h b/include/configs/km/km-powerpc.h index 89cb14b2df..72e7dac7b2 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_LAST_STAGE_INIT #define CONFIG_JFFS2_CMDLINE diff --git a/include/configs/km/kmp204x-common.h b/include/configs/km/kmp204x-common.h index 12e91c78b5..1f2e1c1c34 100644 --- a/include/configs/km/kmp204x-common.h +++ b/include/configs/km/kmp204x-common.h @@ -190,7 +190,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_MISC_INIT_F #define CONFIG_MISC_INIT_R -#define CONFIG_LAST_STAGE_INIT #define CONFIG_HWCONFIG diff --git a/include/configs/qemu-ppce500.h b/include/configs/qemu-ppce500.h index df18d84087..7b97ad56a5 100644 --- a/include/configs/qemu-ppce500.h +++ b/include/configs/qemu-ppce500.h @@ -112,8 +112,6 @@ extern unsigned long long get_phys_ccsrbar_addr_early(void); #define CONFIG_LOADS_ECHO /* echo on for serial download */ -#define CONFIG_LAST_STAGE_INIT - /* * Command line configuration. */ diff --git a/include/configs/strider.h b/include/configs/strider.h index f027faf2cc..97ca3da875 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -18,8 +18,6 @@ #define CONFIG_MPC8308 1 /* MPC8308 CPU specific */ #define CONFIG_STRIDER 1 /* STRIDER board specific */ -#define CONFIG_LAST_STAGE_INIT - #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index 8d8c689049..3f559b168a 100644 --- a/include/configs/x86-common.h +++ b/include/configs/x86-common.h @@ -18,7 +18,6 @@ #define CONFIG_SHOW_BOOT_PROGRESS #define CONFIG_PHYSMEM #define CONFIG_DISPLAY_BOARDINFO_LATE -#define CONFIG_LAST_STAGE_INIT #define CONFIG_NR_DRAM_BANKS 8 #define CONFIG_LMB |