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: ded905ce43
("imx6: extend cubox support to hummingboard,
add support for building full images")
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
6ab33103af
commit
e4d1163de4
1 changed files with 0 additions and 2 deletions
|
@ -164,13 +164,11 @@ define Device/ventana
|
||||||
kobs-ng
|
kobs-ng
|
||||||
KERNEL += | boot-overlay
|
KERNEL += | boot-overlay
|
||||||
IMAGES := nand.ubi bootfs.tar.gz dtb
|
IMAGES := nand.ubi bootfs.tar.gz dtb
|
||||||
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1).$$(2)
|
|
||||||
UBINIZE_PARTS = boot=$$(KDIR_KERNEL_IMAGE).boot.ubifs=15
|
UBINIZE_PARTS = boot=$$(KDIR_KERNEL_IMAGE).boot.ubifs=15
|
||||||
BOOT_SCRIPT := bootscript-ventana
|
BOOT_SCRIPT := bootscript-ventana
|
||||||
IMAGE/nand.ubi := append-ubi
|
IMAGE/nand.ubi := append-ubi
|
||||||
IMAGE/bootfs.tar.gz := bootfs.tar.gz
|
IMAGE/bootfs.tar.gz := bootfs.tar.gz
|
||||||
IMAGE/dtb := install-dtb
|
IMAGE/dtb := install-dtb
|
||||||
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2)
|
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB
|
MKUBIFS_OPTS := -m $$(PAGESIZE) -e 124KiB
|
||||||
|
|
Loading…
Reference in a new issue