X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2FBAB7xx.h;h=46bdfa2ee62c880c53558440dbb299a36343e1f9;hb=76bfacfd7ca60ee9fea540f54b795a0a883778a1;hp=81c8d59e813cd47b11c65b9ca1acfc79349addcd;hpb=700a0c648df72f2c8e0589c0d0470b5ffd7cab7b;p=u-boot diff --git a/include/configs/BAB7xx.h b/include/configs/BAB7xx.h index 81c8d59e81..46bdfa2ee6 100644 --- a/include/configs/BAB7xx.h +++ b/include/configs/BAB7xx.h @@ -59,8 +59,8 @@ #define CONFIG_BOOTCOMMAND \ "bootp 1000000; " \ "setenv bootargs root=ramfs console=ttyS00,9600 " \ - "ip=$(ipaddr):$(serverip):$(rootpath):$(gatewayip):" \ - "$(netmask):$(hostname):eth0:none; " \ + "ip=${ipaddr}:${serverip}:${rootpath}:${gatewayip}:" \ + "${netmask}:${hostname}:eth0:none; " \ "bootm" #define CONFIG_LOADS_ECHO 0 /* echo off for serial download */