diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-22 16:12:48 +0100 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-23 00:26:40 +0100 |
commit | e4d1163de46eb8b16c0b4c3e9f2d229bd06b5b8f (patch) | |
tree | c6c8d6363a6974a9b3cc7591a3137de4b731d9eb /target | |
parent | 6ab33103af4d7599fc67a2674b3150337a9b9c83 (diff) | |
download | upstream-e4d1163de46eb8b16c0b4c3e9f2d229bd06b5b8f.tar.gz upstream-e4d1163de46eb8b16c0b4c3e9f2d229bd06b5b8f.tar.bz2 upstream-e4d1163de46eb8b16c0b4c3e9f2d229bd06b5b8f.zip |
imx6: remove redundant IMAGE_NAME
IMAGE_NAME is set twice for ventana, and the second value
actually matches the default in image.mk. Remove both.
Fixes: ded905ce431b ("imx6: extend cubox support to hummingboard,
add support for building full images")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/imx6/image/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/imx6/image/Makefile b/target/linux/imx6/image/Makefile index b520c1f778..afc75d6df1 100644 --- a/target/linux/imx6/image/Makefile +++ b/target/linux/imx6/image/Makefile @@ -164,13 +164,11 @@ define Device/ventana kobs-ng KERNEL += | boot-overlay IMAGES := nand.ubi bootfs.tar.gz dtb - IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1).$$(2) UBINIZE_PARTS = boot=$$(KDIR_KERNEL_IMAGE).boot.ubifs=15 BOOT_SCRIPT := bootscript-ventana IMAGE/nand.ubi := append-ubi IMAGE/bootfs.tar.gz := bootfs.tar.gz IMAGE/dtb := install-dtb - IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2) PAGESIZE := 2048 BLOCKSIZE := 128k MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB |