diff options
author | Nobuhiro Iwamatsu | 2008-06-17 16:27:56 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2008-07-07 11:21:40 +0900 |
commit | c001cd604e9f133743effbddb1c215b48e761c5a (patch) | |
tree | 7d02f93f55dd94b770f4365dc13ddbfc1f54cec9 /include/configs | |
parent | f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e (diff) |
sh: Update Renesas Migo-R board
Remove network setting from config file.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MigoR.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/MigoR.h b/include/configs/MigoR.h index 99e1179e681..fa0e5db0216 100644 --- a/include/configs/MigoR.h +++ b/include/configs/MigoR.h @@ -45,10 +45,6 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_BOOTDELAY 3 #define CONFIG_BOOTARGS "console=ttySC0,115200 root=1f01" -#define CONFIG_NETMASK 255.255.255.0 -#define CONFIG_IPADDR 192.168.10.100 -#define CONFIG_SERVERIP 192.168.10.77 -#define CONFIG_GATEWAYIP 192.168.10.77 #define CONFIG_VERSION_VARIABLE #undef CONFIG_SHOW_BOOT_PROGRESS |