diff options
author | Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> | 2008-06-17 16:27:52 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-07-07 11:21:40 +0900 |
commit | f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e (patch) | |
tree | f477f2cbb1e1bb0840a4fac846a1e100132d16df /include/configs/ms7722se.h | |
parent | 26209e48e8791670c93108029a5c31a30016c6df (diff) |
sh: Update Hitachi MS7722SE 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/ms7722se.h')
-rw-r--r-- | include/configs/ms7722se.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/ms7722se.h b/include/configs/ms7722se.h index 8d92a13e1cb..7298e55c708 100644 --- a/include/configs/ms7722se.h +++ b/include/configs/ms7722se.h @@ -40,10 +40,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.0.22 -#define CONFIG_SERVERIP 192.168.0.1 -#define CONFIG_GATEWAYIP 192.168.0.1 #define CONFIG_VERSION_VARIABLE #undef CONFIG_SHOW_BOOT_PROGRESS |