[U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config

George G. Davis davis_g at comcast.net
Tue Aug 24 20:14:29 CEST 2004


Greetings,

The attached trivial patch enables ramdisk/initrd tagged param support for
OMAP1610 H2. I've also updated CONFIG_BOOTARGS definition to kill off the
"mem=32m" substring since that is handled via CONFIG_SETUP_MEMORY_TAGS.

--
Regards,
George
-------------- next part --------------
* Patch by George G. Davis, 24 Aug 2004:
  - Enable ramdisk/initrd tagged param support for omap1610h2_config.

-------------- next part --------------
Index: include/configs/omap1610h2.h
===================================================================
RCS file: /cvsroot/u-boot/u-boot/include/configs/omap1610h2.h,v
retrieving revision 1.6
diff -u -r1.6 omap1610h2.h
--- include/configs/omap1610h2.h	11 Jul 2004 22:19:28 -0000	1.6
+++ include/configs/omap1610h2.h	24 Aug 2004 18:04:29 -0000
@@ -52,6 +52,7 @@
 
 #define CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs */
 #define CONFIG_SETUP_MEMORY_TAGS	1
+#define CONFIG_INITRD_TAG		1
 
 /*
  * Size of malloc() pool
@@ -94,8 +95,7 @@
 #include <configs/omap1510.h>
 
 #define CONFIG_BOOTDELAY	3
-#define CONFIG_BOOTARGS	"mem=32M console=ttyS0,115200n8 noinitrd \
-				root=/dev/nfs ip=dhcp"
+#define CONFIG_BOOTARGS	"console=ttyS0,115200n8 noinitrd root=/dev/nfs ip=dhcp"
 #define CONFIG_BOOTCOMMAND      "bootp;tftp;bootm"
 #define CFG_AUTOLOAD            "n"             /* No autoload */
 


More information about the U-Boot mailing list