From: Arne Fitzenreiter Date: Thu, 27 Feb 2014 11:46:14 +0000 (+0100) Subject: flash-images: work around a pandaboard uboot bug. X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=commitdiff_plain;h=906d293b05874db62532b35b10e3fe2b8784c361 flash-images: work around a pandaboard uboot bug. uboot does not find the kernel if it was copied to late to the fat partition. --- diff --git a/lfs/flash-images b/lfs/flash-images index 822124ab3..f74c7e1e4 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -102,6 +102,7 @@ endif ifeq "$(MACHINE_TYPE)" "arm" cp -v /boot/MLO $(MNThdd)/boot/ cp -v /boot/u-boot.img $(MNThdd)/boot/ + cp -v /boot/zImage-ipfire-multi $(MNThdd)/boot/ sync umount $(MNThdd)/boot mount -o loop $(IMGboot) $(MNThdd)/boot