include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
[oweals/u-boot.git] / include / configs / GENIETV.h
index 99e2cfcb7058a5c83c5892faf6a198aef53607ca..8c01d97fa33fecdde140ba85fbb104bcf03ed385 100644 (file)
@@ -63,7 +63,7 @@
 
 /* Wireless 56Khz 4PPM keyboard on SMCx */
 
-/*#define CONFIG_WL_4PPM_KEYBOARD              0 */
+/*#define CONFIG_KEYBOARD              0 */
 /*#define CONFIG_WL_4PPM_KEYBOARD_SMC  0       /  SMC to use (0 indexed) */
 
 /*
@@ -96,8 +96,8 @@
 #define CONFIG_BOOTCOMMAND                                                     \
 "bootp; tftp; "                                                                        \
 "setenv bootargs console=tty0 console=ttyS0 "                                  \
-"root=/dev/nfs nfsroot=$(serverip):$(rootpath) "                               \
-"ip=$(ipaddr):$(serverip):$(gatewayip):$(subnetmask):$(hostname):eth0:off ;"   \
+"root=/dev/nfs nfsroot=${serverip}:${rootpath} "                               \
+"ip=${ipaddr}:${serverip}:${gatewayip}:${subnetmask}:${hostname}:eth0:off ;"   \
 "bootm "
 #else
 #define CONFIG_BOOTDELAY       0       /* autoboot disabled            */