summaryrefslogtreecommitdiff
path: root/configs/tbs2910_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:36 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:33:19 (GMT)
commit8f925584145efecd9a6323801689cffd69cf0b09 (patch)
tree82accc506b462a88717656ea4cea2deab308acf7 /configs/tbs2910_defconfig
parent98af87997670af840ef178f76b4d6888534a6700 (diff)
downloadu-boot-fsl-qoriq-8f925584145efecd9a6323801689cffd69cf0b09.tar.xz
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_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig
index fbff9fe..0871408 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