diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-18 02:12:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 22:34:01 (GMT) |
commit | 84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac (patch) | |
tree | 216c9f26b86a651cf9f62ce41825017319d4597c /configs/aristainetos_defconfig | |
parent | 3505bc5561265f7453bb0f9063a254dc21cbdaa5 (diff) | |
download | u-boot-fsl-qoriq-84f2a5d0a6c4d267ce9aeb5eaab3c4d419a605ac.tar.xz |
Convert CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/aristainetos_defconfig')
-rw-r--r-- | configs/aristainetos_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/aristainetos_defconfig b/configs/aristainetos_defconfig index 3106377..175054c 100644 --- a/configs/aristainetos_defconfig +++ b/configs/aristainetos_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/aristainetos/aristainetos.cfg,MX6DL" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y +CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y # CONFIG_CMD_IMLS is not set |