diff mbox series

[OpenWrt-Devel,09/11] target/linux/mvebu: enable UBI factory image on Armada XP GP

Message ID 20190311162028.13172-10-thomas.petazzoni@bootlin.com
State Superseded
Headers show
Series Proposal for dm-verity support | expand

Commit Message

Thomas Petazzoni March 11, 2019, 4:20 p.m. UTC
The Armada XP GP has a NAND storage device, so it makes sense to
generate the UBI-based factory image for this platform.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 target/linux/mvebu/image/cortex-a9.mk | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/target/linux/mvebu/image/cortex-a9.mk b/target/linux/mvebu/image/cortex-a9.mk
index 79c3bc7bdb..6e38549d77 100644
--- a/target/linux/mvebu/image/cortex-a9.mk
+++ b/target/linux/mvebu/image/cortex-a9.mk
@@ -112,6 +112,7 @@  TARGET_DEVICES += armada-xp-db
 
 define Device/armada-xp-gp
 	$(call Device/marvell-nand,XP GP (DB-MV784MP-GP))
+	$(Device/UBI-factory)
 endef
 TARGET_DEVICES += armada-xp-gp