Change all '$(...)' variable references into '${...}'
[platform/kernel/u-boot.git] / include / configs / pf5200.h
index a8edff2..fefdb3c 100644 (file)
@@ -83,6 +83,7 @@
 #define CONFIG_PCI_IO_PHYS     CONFIG_PCI_IO_BUS
 #define CONFIG_PCI_IO_SIZE     0x01000000
 
+#define CONFIG_MII             1
 #if 0                          /* test-only !!! */
 #define CONFIG_NET_MULTI       1
 #define CONFIG_EEPRO100                1
        "netdev=eth0\0" \
        "flash_vxworks0=run ata_vxworks_args;setenv loadaddr ff000000;bootvx\0" \
        "flash_vxworks1=run ata_vxworks_args;setenv loadaddr ff200000:bootvx\0" \
-       "net_vxworks=phypower 1;sleep 2;tftp $(loadaddr) $(image);run vxworks_args;bootvx\0" \
-       "vxworks_args=setenv bootargs fec(0,0)$(host):$(image) h=$(serverip) e=$(ipaddr) g=$(gatewayip) u=$(user) $(pass) tn=$(target) s=$(script)\0" \
-       "ata_vxworks_args=setenv bootargs /ata0/vxWorks h=$(serverip) e=$(ipaddr) g=$(gatewayip) u=$(user) $(pass) tn=$(target) s=$(script) o=fec0 \0" \
+       "net_vxworks=phypower 1;sleep 2;tftp ${loadaddr} ${image};run vxworks_args;bootvx\0" \
+       "vxworks_args=setenv bootargs fec(0,0)${host}:${image} h=${serverip} e=${ipaddr} g=${gatewayip} u=${user} ${pass} tn=${target} s=${script}\0" \
+       "ata_vxworks_args=setenv bootargs /ata0/vxWorks h=${serverip} e=${ipaddr} g=${gatewayip} u=${user} ${pass} tn=${target} s=${script} o=fec0 \0" \
        "loadaddr=01000000\0" \
        "serverip=192.168.2.99\0" \
        "gatewayip=10.0.0.79\0" \