summaryrefslogtreecommitdiffstats
path: root/include/configs/xaeniax.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-19 22:17:51 +0000
committerwdenk <wdenk>2004-10-19 22:17:51 +0000
commit14699a22cf47b83995d19877d2b938b2270defc0 (patch)
tree7ac3b8f038d8bb799c4b5405774024497e8b7756 /include/configs/xaeniax.h
parente86e5a07485bc0f33103004594a28882c028e7af (diff)
downloadtalos-obmc-uboot-14699a22cf47b83995d19877d2b938b2270defc0.tar.gz
talos-obmc-uboot-14699a22cf47b83995d19877d2b938b2270defc0.zip
Add passing of the command line and memory size information to the
kernel on xaeniax board.
Diffstat (limited to 'include/configs/xaeniax.h')
-rw-r--r--include/configs/xaeniax.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/xaeniax.h b/include/configs/xaeniax.h
index 0ae26c24fb..a7b695dda7 100644
--- a/include/configs/xaeniax.h
+++ b/include/configs/xaeniax.h
@@ -82,7 +82,9 @@
#define CONFIG_BOOTDELAY 3
#define CONFIG_BOOTCOMMAND "bootm 0x00100000"
#define CONFIG_BOOTARGS "console=ttyS1,115200"
-#define CONFIG_CMDLINE_TAG1 /* enable passing of ATAGs */
+#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
+#define CONFIG_SETUP_MEMORY_TAGS 1
+#define CONFIG_INITRD_TAG 1
#if (CONFIG_COMMANDS & CFG_CMD_KGDB)
#define CONFIG_KGDB_BAUDRATE 115200 /* speed to run kgdb serial port */
OpenPOWER on IntegriCloud