diff options
author | Simon Glass | 2016-10-17 20:12:36 -0600 |
---|---|---|
committer | Tom Rini | 2016-10-23 18:33:19 -0400 |
commit | 8f925584145efecd9a6323801689cffd69cf0b09 (patch) | |
tree | 82accc506b462a88717656ea4cea2deab308acf7 /configs/tbs2910_defconfig | |
parent | 98af87997670af840ef178f76b4d6888534a6700 (diff) |
Convert CONSOLE_PRE_CONSOLE_BUFFER options to Kconfig
Move these option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index fbff9fe3146..087140895f7 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -1,6 +1,8 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_TBS2910=y +CONFIG_PRE_CONSOLE_BUFFER=y +CONFIG_PRE_CON_BUF_ADDR=0x7c000000 CONFIG_FIT=y CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y |