]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: adding ping to qspi boot mode
authorJohn Linn <john.linn@xilinx.com>
Wed, 7 Dec 2011 23:41:00 +0000 (15:41 -0800)
committerJohn Linn <john.linn@xilinx.com>
Wed, 7 Dec 2011 23:41:00 +0000 (15:41 -0800)
This is a hack to compensate for Linux not having the PHY updated
yet as u-boot needs to touch the PHY for Linux networking to work.

include/configs/xpele.h

index 4cee18f237463fdef8007c8fa535ef6b0fc4dee3..837b949f5e90f74c54ecc86485e1fc1d24193e4d 100644 (file)
@@ -51,6 +51,7 @@
                            cp 0xFC600000 0x1000000 0x8000; \
                            echo Copying ramdisk...; \
                            cp 0xFC800000 0x800000 ${ramdisk_size};\
+                       ping 10.10.70.101;\
                            go 0x8000\0" \
        "nandboot=echo Copying Linux from NAND flash to RAM...; \
                            nand read 0x8000 0x200000 ${nand_kernel_size}; \