brcm63xx: CPVA502+: fix image generation
authorDaniel Gonzalez Cabanelas <dgcbueu@gmail.com>
Tue, 14 Feb 2017 15:36:55 +0000 (16:36 +0100)
committerJonas Gorski <jonas.gorski@gmail.com>
Tue, 28 Feb 2017 12:18:27 +0000 (13:18 +0100)
Fix typo, erase pointless option and allow to build the image.

Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
target/linux/brcm63xx/image/bcm63xx.mk

index 0749c292e3c18b8ac817fa2edbe8dbc1bed1e430..969d75f3c6265a315b2d3e190b9fc7fc007b933e 100644 (file)
@@ -1030,18 +1030,17 @@ endef
 TARGET_DEVICES += GW6200
 
 ### Telsey ###
-define Device/CVPA502PLUS
+define Device/CPVA502PLUS
   $(Device/bcm63xx)
-  IMAGES :=
   DEVICE_TITLE := Telsey CPVA502+
   DEVICE_DTS := cpva502plus
   CFE_BOARD_ID := CPVA502+
   CFE_CHIP_ID := 6348
-  CFE_EXTRAS += --signature "Telsey Tlc" --signature2 "99.99.999" --second-image-flag "0"
+  CFE_EXTRAS += --signature "Telsey Tlc" --signature2 "99.99.999"
   DEVICE_PACKAGES := \
     $(B43_PACKAGES)
 endef
-TARGET_DEVICES += CVPA502PLUS
+TARGET_DEVICES += CPVA502PLUS
 
 define Device/CPA-ZNTE60T
   $(Device/bcm63xx)