From: John Linn Date: Wed, 7 Dec 2011 23:41:00 +0000 (-0800) Subject: Xilinx: ARM: adding ping to qspi boot mode X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3d6198264803ec19422d61cf554ad4efd19f9de;p=thirdparty%2Fu-boot.git Xilinx: ARM: adding ping to qspi boot mode 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. --- diff --git a/include/configs/xpele.h b/include/configs/xpele.h index 4cee18f2374..837b949f5e9 100644 --- a/include/configs/xpele.h +++ b/include/configs/xpele.h @@ -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}; \