public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config
@ 2004-08-24 18:14 George G. Davis
  2004-10-10 18:45 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: George G. Davis @ 2004-08-24 18:14 UTC (permalink / raw)
  To: u-boot

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 */
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config
  2004-08-24 18:14 [U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config George G. Davis
@ 2004-10-10 18:45 ` Wolfgang Denk
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2004-10-10 18:45 UTC (permalink / raw)
  To: u-boot

In message <20040824181429.GP5222@mvista.com> you wrote:
> 
> * Patch by George G. Davis, 24 Aug 2004:
>   - Enable ramdisk/initrd tagged param support for omap1610h2_config.

Added, thanks.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
Quote from a recent meeting:   "We are going to continue having these
meetings everyday until I find out why no work is getting done."

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-10-10 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-24 18:14 [U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config George G. Davis
2004-10-10 18:45 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox