diff options
author | wdenk <wdenk> | 2004-10-10 18:49:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-10 18:49:14 +0000 |
commit | 08b6aa61545d74afd4a9646adb469cf1320f4d8f (patch) | |
tree | 24b18e0e87ffbe71c9ced79e9f860e1e091bdcbe /include/configs/omap1610h2.h | |
parent | 731215ebde3b85f114f7a45eece3c155ba49a2c0 (diff) | |
download | u-boot-imx-08b6aa61545d74afd4a9646adb469cf1320f4d8f.zip u-boot-imx-08b6aa61545d74afd4a9646adb469cf1320f4d8f.tar.gz u-boot-imx-08b6aa61545d74afd4a9646adb469cf1320f4d8f.tar.bz2 |
Patches by George G. Davis, 24 Aug 2004:
- Enable ramdisk/initrd tagged param support for omap1610h2_config
- Remove static network setup defaults from mx1ads_config
Diffstat (limited to 'include/configs/omap1610h2.h')
-rw-r--r-- | include/configs/omap1610h2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/omap1610h2.h b/include/configs/omap1610h2.h index d080f45..beff6d8 100644 --- a/include/configs/omap1610h2.h +++ b/include/configs/omap1610h2.h @@ -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 */ |