mpc85xx: remove fdt.bin image
authorDavid Bauer <mail@david-bauer.net>
Fri, 26 Feb 2021 12:16:01 +0000 (13:16 +0100)
committerDavid Bauer <mail@david-bauer.net>
Fri, 26 Feb 2021 14:35:41 +0000 (15:35 +0100)
When converting the fdt binary to be created as an artifact, the image
receipt was dropped but the entry in the target images list was not.

Fixes commit 1e41de2f48e2 ("mpc85xx: convert TL-WDR4900 v1 to simpleImage")

Signed-off-by: David Bauer <mail@david-bauer.net>
target/linux/mpc85xx/image/p1010.mk

index e12621e82c702c565915f15c414b48c4e561c865..72fcece019daa09b2288e3d6dd642bc4d0672400 100644 (file)
@@ -17,7 +17,7 @@ define Device/tplink_tl-wdr4900-v1
   SUPPORTED_DEVICES += tl-wdr4900-v1
   ARTIFACTS := fdt.bin
   ARTIFACT/fdt.bin := append-dtb
-  IMAGES := fdt.bin factory.bin sysupgrade.bin
+  IMAGES := factory.bin sysupgrade.bin
   IMAGE/sysupgrade.bin := tplink-v1-image sysupgrade | append-metadata
   IMAGE/factory.bin := tplink-v1-image factory
 endef