imx6: fix build breakage introduced in 9e41c3f54e
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
61d82e7b02
commit
7e7a31e682
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ define Device/ventana
|
|||
IMAGE/nand_normal.ubi := ubi-boot-overlay normal 2048 124KiB 128KiB 8124
|
||||
IMAGE/nand_large.ubi := ubi-boot-overlay large 4096 248KiB 256KiB 8124
|
||||
IMAGE/bootfs.tar.gz := bootfs.tar.gz
|
||||
IMAGE_NAME := $$(IMAGE_PREFIX)-$$(1)-$$(2)
|
||||
IMAGE_NAME = $$(IMAGE_PREFIX)-$$(1)-$$(2)
|
||||
endef
|
||||
|
||||
define Device/wandboard
|
||||
|
|
Loading…
Reference in a new issue