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/UCP1020.h | |
parent | 02ddc1477cf2217867750deb99f79dee0b88142b (diff) | |
download | u-boot-2aeb22d9ab02ba922ede2883391b314ac9e2baac.tar.gz |
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/UCP1020.h')
-rw-r--r-- | include/configs/UCP1020.h | 4 |
1 files changed, 0 insertions, 4 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 |