My PlanAHead is 14.4.
$ git clone git://git.xilinx.com/u-boot-xarm.git (except for changing xarm to xlnx)
$ git checkout -b xilinx-14.2-build1-trd xilinx-14.2-build1-trd
$ cd u-boot-xlnx/
$ make distclean
$ make zynq_zed_config
However,
$ git apply 0001-Xilinx-ARM-Experimental-32MB-Ramdisk-
on-ZedBoard.patch
generates
Error: patch failed: include/configs/zynq_zed.h:38
Error: include/configs/zynq_zed.h: patch does not apply
As someone suggested, I did git clone again but the problem stays. Now, I can't do git clone any more.
Please tell me what to do next.
Many thanks.