ARM: u-boot: work around dd issues on OSX

The oflag parameter does not exist on OSX, and neither on BSD. Just
use "cat" to append instead.
This commit is contained in:
Ithamar R. Adema
2014-09-05 22:32:18 +02:00
parent 62f4f056a7
commit 72b52fdf92
+1 -1
View File
@@ -195,7 +195,7 @@ actions BuildUBootSDImage1
$(RM) $(1).mtools
$(RM) uEnv.txt
# Add haiku bootstrap partition to MMC image
dd if=$(2[0]) of=$(1) conv=notrunc oflag=append bs=1M
cat $(2[0]) >> $(1)
}
# uimage targets