]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Add passing of the command line and memory size information to the LABEL_2004_10_20_0020
authorwdenk <wdenk>
Tue, 19 Oct 2004 22:17:51 +0000 (22:17 +0000)
committerwdenk <wdenk>
Tue, 19 Oct 2004 22:17:51 +0000 (22:17 +0000)
kernel on xaeniax board.

CHANGELOG
include/configs/xaeniax.h

index 382bfbd0b59309608b7a7d40a6cf2adc0401f0e8..9a18000017069fb46317a0007172824a929b3b67 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.1:
 ======================================================================
 
+* Add passing of the command line and memory size information to  the
+  kernel on xaeniax board.
+
 * Enable NAND flash support for NC650 board.
 
 * Patch by Thomas Lange 07 Oct 2004:
index 0ae26c24fb045354c67361c4473662251b70ee66..a7b695dda7e2398243ae9ff993e0e310c0eb8a87 100644 (file)
@@ -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 */