ipq40xx: set specific BDF file for 8devices Habanero/Jalapeno
Set specific BDF file for 8devices Habanero/Jalapeno in ipq40xx generic.mk Signed-off-by: Mantas Pucka <mantas@8devices.com> [ split ipq40xx changes in separate commit ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
93b7f0f0ed
commit
fce0379d30
1 changed files with 2 additions and 0 deletions
|
@ -132,6 +132,7 @@ define Device/8dev_habanero-dvk
|
||||||
IMAGE_SIZE := 30976k
|
IMAGE_SIZE := 30976k
|
||||||
SOC := qcom-ipq4019
|
SOC := qcom-ipq4019
|
||||||
IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | check-size | append-metadata
|
IMAGE/sysupgrade.bin := append-kernel | pad-to 64k | append-rootfs | pad-rootfs | check-size | append-metadata
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-8dev_habanero
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += 8dev_habanero-dvk
|
TARGET_DEVICES += 8dev_habanero-dvk
|
||||||
|
|
||||||
|
@ -141,6 +142,7 @@ define Device/8dev_jalapeno-common
|
||||||
BLOCKSIZE := 128k
|
BLOCKSIZE := 128k
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
SOC := qcom-ipq4018
|
SOC := qcom-ipq4018
|
||||||
|
DEVICE_PACKAGES := ipq-wifi-8dev_jalapeno
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/8dev_jalapeno
|
define Device/8dev_jalapeno
|
||||||
|
|
Loading…
Reference in a new issue