brcm63xx: CPVA502+: fix image generation
Fix typo, erase pointless option and allow to build the image. Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
This commit is contained in:
parent
dc3537415c
commit
d371581a2a
1 changed files with 3 additions and 4 deletions
|
@ -1030,18 +1030,17 @@ endef
|
||||||
TARGET_DEVICES += GW6200
|
TARGET_DEVICES += GW6200
|
||||||
|
|
||||||
### Telsey ###
|
### Telsey ###
|
||||||
define Device/CVPA502PLUS
|
define Device/CPVA502PLUS
|
||||||
$(Device/bcm63xx)
|
$(Device/bcm63xx)
|
||||||
IMAGES :=
|
|
||||||
DEVICE_TITLE := Telsey CPVA502+
|
DEVICE_TITLE := Telsey CPVA502+
|
||||||
DEVICE_DTS := cpva502plus
|
DEVICE_DTS := cpva502plus
|
||||||
CFE_BOARD_ID := CPVA502+
|
CFE_BOARD_ID := CPVA502+
|
||||||
CFE_CHIP_ID := 6348
|
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 := \
|
DEVICE_PACKAGES := \
|
||||||
$(B43_PACKAGES)
|
$(B43_PACKAGES)
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += CVPA502PLUS
|
TARGET_DEVICES += CPVA502PLUS
|
||||||
|
|
||||||
define Device/CPA-ZNTE60T
|
define Device/CPA-ZNTE60T
|
||||||
$(Device/bcm63xx)
|
$(Device/bcm63xx)
|
||||||
|
|
Loading…
Reference in a new issue