summaryrefslogtreecommitdiffstats
path: root/include/configs/lp8x4x.h
diff options
context:
space:
mode:
authorSergei Ianovich <ynvich@gmail.com>2013-12-17 05:03:43 +0400
committerMarek Vasut <marex@denx.de>2013-12-18 18:15:25 +0100
commit7cd5441eb3b4fb30e6502ede0b80ae09674bdabf (patch)
tree1c5031261ce98bcd9133cffb4b80c22a980be01f /include/configs/lp8x4x.h
parentbf92349b41fb61364f2ea3b93d547eb68ade0946 (diff)
downloadtalos-obmc-uboot-7cd5441eb3b4fb30e6502ede0b80ae09674bdabf.tar.gz
talos-obmc-uboot-7cd5441eb3b4fb30e6502ede0b80ae09674bdabf.zip
arm: pxa: update LP-8x4x to boot DT kernel
DT kernel requires CONFIG_OF_LIBFDT. 'bootm' needs to know DT location. In addition, fix kernel console device and enable U-Boot long help. Signed-off-by: Sergei Ianovich <ynvich@gmail.com> CC: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/configs/lp8x4x.h')
-rw-r--r--include/configs/lp8x4x.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/configs/lp8x4x.h b/include/configs/lp8x4x.h
index c5bf2fa0ad..8e58fea3b3 100644
--- a/include/configs/lp8x4x.h
+++ b/include/configs/lp8x4x.h
@@ -20,18 +20,18 @@
#define CONFIG_SYS_MALLOC_LEN (128*1024)
#define CONFIG_ARCH_CPU_INIT
#define CONFIG_BOOTCOMMAND \
- "bootm 80000;"
+ "bootm 80000 - 240000;"
#define CONFIG_BOOTARGS \
- "console=ttySA0,115200 mem=128M root=/dev/mmcblk0p1 rw" \
- "init=/sbin/init rootfstype=ext3"
+ "console=ttyS0,115200 mem=128M root=/dev/mmcblk0p1 rw" \
+ "init=/sbin/init rootfstype=ext4 rootwait"
#define CONFIG_TIMESTAMP
#define CONFIG_BOOTDELAY 2 /* Autoboot delay */
#define CONFIG_CMDLINE_TAG
#define CONFIG_SETUP_MEMORY_TAGS
#define CONFIG_LZMA /* LZMA compression support */
-#undef CONFIG_OF_LIBFDT
+#define CONFIG_OF_LIBFDT
/*
* Serial Console Configuration
@@ -101,7 +101,7 @@
*/
#define CONFIG_SYS_HUSH_PARSER 1
-#undef CONFIG_SYS_LONGHELP
+#define CONFIG_SYS_LONGHELP
#ifdef CONFIG_SYS_HUSH_PARSER
#define CONFIG_SYS_PROMPT "$ "
#else
OpenPOWER on IntegriCloud