]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/MPC8349ITX.h
common: Move CONFIG_BOOTARGS to Kconfig
[people/ms/u-boot.git] / include / configs / MPC8349ITX.h
index 449f2f1f740999aa29d124c0b6fc38f8e290500b..fac4a2278050a48cd375bfbf74df8b3737a5860d 100644 (file)
@@ -682,12 +682,6 @@ boards, we say we have two, but don't display a message if we find only one. */
 
 #define CONFIG_NETDEV          "eth0"
 
-#ifdef CONFIG_MPC8349ITX
-#define CONFIG_HOSTNAME                "mpc8349emitx"
-#else
-#define CONFIG_HOSTNAME                "mpc8349emitxgp"
-#endif
-
 /* Default path and filenames */
 #define CONFIG_ROOTPATH                "/nfsroot/rootfs"
 #define CONFIG_BOOTFILE                "uImage"
@@ -701,16 +695,6 @@ boards, we say we have two, but don't display a message if we find only one. */
 #endif
 
 
-#define CONFIG_BOOTARGS \
-       "root=/dev/nfs rw" \
-       " nfsroot=" __stringify(CONFIG_SERVERIP) ":" CONFIG_ROOTPATH    \
-       " ip=" __stringify(CONFIG_IPADDR) ":"           \
-               __stringify(CONFIG_SERVERIP) ":"        \
-               __stringify(CONFIG_GATEWAYIP) ":"       \
-               __stringify(CONFIG_NETMASK) ":"         \
-               CONFIG_HOSTNAME ":" CONFIG_NETDEV ":off"                \
-       " console=" __stringify(CONSOLE) "," __stringify(CONFIG_BAUDRATE)
-
 #define CONFIG_EXTRA_ENV_SETTINGS \
        "console=" __stringify(CONSOLE) "\0"                    \
        "netdev=" CONFIG_NETDEV "\0"                                    \