From 36cd6f68af205d702d3563a3657a7f74bd5896f0 Mon Sep 17 00:00:00 2001 From: Kyungmin Park Date: Thu, 6 Aug 2009 18:08:08 +0900 Subject: [PATCH] s5pc110: universal: Add nfs configuration Signed-off-by: Kyungmin Park --- include/configs/s5pc100_universal.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/include/configs/s5pc100_universal.h b/include/configs/s5pc100_universal.h index 7556d9b..32671fc 100644 --- a/include/configs/s5pc100_universal.h +++ b/include/configs/s5pc100_universal.h @@ -119,6 +119,12 @@ #define CONFIG_ZERO_BOOTDELAY_CHECK +#define CONFIG_NETMASK 255.255.255.0 +#define CONFIG_IPADDR 192.168.129.3 +#define CONFIG_SERVERIP 192.168.129.1 +#define CONFIG_GATEWAY 192.168.129.1 +#define CONFIG_ETHADDR 00:0E:99:34:10:00 + #define CONFIG_MTD_DEVICE #define CONFIG_MTD_PARTITIONS @@ -176,7 +182,7 @@ " rootfstype=ubifs init=/init.sh " CONFIG_COMMON_BOOT "; run bootk\0" \ "nfsboot=set bootargs root=/dev/nfs ubi.mtd=${ubiblock}" \ " nfsroot=${nfsroot},nolock ip=${ipaddr}:${serverip}:${gatewayip}:" \ - " ${netmask}:nowplus:usb0:off " CONFIG_COMMON_BOOT "; run bootk\0" \ + "${netmask}:generic:usb0:off " CONFIG_COMMON_BOOT "; run bootk\0" \ "ramboot=set bootargs " CONFIG_RAMDISK_BOOT \ " initrd=0x23000000,8M ramdisk=8192\0" \ "rootfstype=cramfs\0" \ -- 2.7.4