diff options
author | Mathias Kresin <dev@kresin.me> | 2018-04-20 06:30:46 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-20 20:58:52 +0200 |
commit | 74a0d8cd92c7e753c6a342a7b90151ec042a03c5 (patch) | |
tree | f0fb63e26b872c1e799d8cf729182df3a2d8861d /target/linux/lantiq | |
parent | 5950ab067bcc6ffa9ab6bb0c28c8d9ca45d34eb7 (diff) | |
download | upstream-74a0d8cd92c7e753c6a342a7b90151ec042a03c5.tar.gz upstream-74a0d8cd92c7e753c6a342a7b90151ec042a03c5.tar.bz2 upstream-74a0d8cd92c7e753c6a342a7b90151ec042a03c5.zip |
build: consolidate fake uImage header build commands
Merge the two existing functions and use a parameter for the type
header field.
It updates the syntax of the former mpc85xx fake ramdisk header
command to be compatible with mkimage from u-boot 2018.03 and fixes the
build error spotted by the build bot.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 3541ca8b54..031c3fcb83 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -585,8 +585,8 @@ define Device/netgear_dm200 DEVICE_DTS := DM200 IMAGES := sysupgrade.bin factory.img IMAGE/sysupgrade.bin := append-kernel | \ - pad-offset 64k 64 | append-uImage-fakeroot-hdr | \ - pad-offset 64k 64 | append-uImage-fakeroot-hdr | \ + pad-offset 64k 64 | append-uImage-fakehdr filesystem | \ + pad-offset 64k 64 | append-uImage-fakehdr filesystem | \ append-rootfs | pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) IMAGE/factory.img := $$(IMAGE/sysupgrade.bin) | netgear-dni IMAGE_SIZE := 7872k |