فهرست منبع

Add passing of the command line and memory size information to the
kernel on xaeniax board.

wdenk 20 سال پیش
والد
کامیت
14699a22cf
2فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  1. 3 0
      CHANGELOG
  2. 3 1
      include/configs/xaeniax.h

+ 3 - 0
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:

+ 3 - 1
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 */