]> git.sur5r.net Git - u-boot/blobdiff - include/configs/trab.h
* Add start-up delay to make sure power has stabilized before
[u-boot] / include / configs / trab.h
index 5e0b14f353292b8095034d1f5c950f02ce58d489..55a6f69fca1cb5e9e16f96eaea8e8ed7d4ab1f3c 100644 (file)
        "add_net=setenv bootargs $bootargs ethaddr=$ethaddr " \
                "ip=$ipaddr:$serverip:$gatewayip:$netmask:$hostname::off\0" \
        "add_misc=setenv bootargs $bootargs console=ttyS0 panic=1\0" \
-       "u-boot=/tftpboot/TRAB/u-boot.bin-old\0" \
+       "u-boot=/tftpboot/TRAB/u-boot.bin\0" \
        "load=tftp C100000 ${u-boot}\0" \
        "update=protect off 0 3FFFF;era 0 3FFFF;" \
                "cp.b C100000 0 $filesize;" \
        "add_net=setenv bootargs $(bootargs) ethaddr=$(ethaddr) " \
                "ip=$(ipaddr):$(serverip):$(gatewayip):$(netmask):$(hostname)::off\0" \
        "add_misc=setenv bootargs $(bootargs) console=ttyS0 panic=1\0" \
-       "u-boot=/tftpboot/TRAB/u-boot.bin-old\0" \
+       "u-boot=/tftpboot/TRAB/u-boot.bin\0" \
        "load=tftp C100000 $(u-boot)\0" \
        "update=protect off 0 3FFFF;era 0 3FFFF;" \
                "cp.b C100000 0 $(filesize);" \