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/controlcenterdc.h | |
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/controlcenterdc.h')
-rw-r--r-- | include/configs/controlcenterdc.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |