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