]> git.sur5r.net Git - u-boot/commitdiff
Enable initrd ATAG for xm250 board.
authorWolfgang Denk <wd@pollux.denx.de>
Fri, 21 Jul 2006 09:36:48 +0000 (11:36 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Fri, 21 Jul 2006 09:36:48 +0000 (11:36 +0200)
Patch by Josef Wagner, 05 Sep 2005

CHANGELOG
include/configs/xm250.h

index 48f7d9f8fa6141b6aa1ff1c0f0da1e11a9f32e1d..2cc55ae13d39051b4b7251ff1a2b0bf64c99f93b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Enable initrd ATAG for xm250 board.
+  Patch by Josef Wagner, 05 Sep 2005
+  
 * Add readline cmdline-editing extension
   Patch by JinHua Luo, 01 Sep 2005
   
index 952f73b43d1a66f97ad4a81bc6b61753cca0b192..825bfd14e93bb5e9646880872a002381fe58e1f3 100644 (file)
 /*
  * Definitions related to passing arguments to kernel.
  */
-#define CONFIG_CMDLINE_TAG          1   /* send commandline to Kernel          */
-#define CONFIG_SETUP_MEMORY_TAGS     1  /* send memory definition to kernel    */
-#undef CONFIG_INITRD_TAG                /* do not send initrd params           */
+#define CONFIG_CMDLINE_TAG      1       /* send commandline to Kernel          */
+#define CONFIG_SETUP_MEMORY_TAGS 1      /* send memory definition to kernel    */
+#define        CONFIG_INITRD_TAG        1       /* do not send initrd params           */
 #undef CONFIG_VFD                       /* do not send framebuffer setup       */
 
 /*