diff options
author | Daniel Gonzalez Cabanelas <dgcbueu@gmail.com> | 2017-02-14 16:36:55 +0100 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2017-02-28 13:18:27 +0100 |
commit | d371581a2a49f862c86896fd011c07ee2cddec07 (patch) | |
tree | 1468a165bad57823bf8ce7a769ed083f3ee297a2 /target/linux/brcm63xx/image | |
parent | dc3537415ce01ec4c69500919aa03f5de19a10a3 (diff) | |
download | upstream-d371581a2a49f862c86896fd011c07ee2cddec07.tar.gz upstream-d371581a2a49f862c86896fd011c07ee2cddec07.tar.bz2 upstream-d371581a2a49f862c86896fd011c07ee2cddec07.zip |
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>
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/bcm63xx.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index 0749c292e3..969d75f3c6 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -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) |