X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2FGENIETV.h;h=8c01d97fa33fecdde140ba85fbb104bcf03ed385;hb=dca3b3d6d6396b67e5e84af53452164923c73443;hp=99e2cfcb7058a5c83c5892faf6a198aef53607ca;hpb=f18f47f4d40689d85829f6ea18642abacd45ad0e;p=oweals%2Fu-boot.git diff --git a/include/configs/GENIETV.h b/include/configs/GENIETV.h index 99e2cfcb70..8c01d97fa3 100644 --- a/include/configs/GENIETV.h +++ b/include/configs/GENIETV.h @@ -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 */