]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
flash-images: work around a pandaboard uboot bug.
authorArne Fitzenreiter <arne_f@ipfire.org>
Thu, 27 Feb 2014 11:46:14 +0000 (12:46 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Thu, 27 Feb 2014 11:46:14 +0000 (12:46 +0100)
uboot does not find the kernel if it was copied to late to the
fat partition.

lfs/flash-images

index 822124ab3e8cb62e3f25094b3b762a8bb0b51d62..f74c7e1e4eaf21bc0e162754a04a0ed92992405c 100644 (file)
@@ -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