From b3d6198264803ec19422d61cf554ad4efd19f9de Mon Sep 17 00:00:00 2001 From: John Linn Date: Wed, 7 Dec 2011 15:41:00 -0800 Subject: [PATCH] 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. --- include/configs/xpele.h | 1 + 1 file changed, 1 insertion(+) 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}; \ -- 2.47.3