public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: George G. Davis <davis_g@comcast.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config
Date: Tue, 24 Aug 2004 14:14:29 -0400	[thread overview]
Message-ID: <20040824181429.GP5222@mvista.com> (raw)

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

             reply	other threads:[~2004-08-24 18:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-24 18:14 George G. Davis [this message]
2004-10-10 18:45 ` [U-Boot-Users] [PATCH] Enable ramdisk/initrd tagged param support for omap1610h2_config Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040824181429.GP5222@mvista.com \
    --to=davis_g@comcast.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox