flash-images: work around a pandaboard uboot bug.

uboot does not find the kernel if it was copied to late to the
fat partition.
This commit is contained in:
Arne Fitzenreiter
2014-02-27 12:46:14 +01:00
parent b3aa7a1231
commit 906d293b05

View 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