diff options
author | Sven Eckelmann <sven.eckelmann@openmesh.com> | 2018-03-19 12:36:13 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-03-23 20:31:49 +0100 |
commit | 6b456d1014619e854af6e523e231d3d8e8786990 (patch) | |
tree | 987ba5377bc57d261a5014704fe23f7e5891f839 /target/linux/ipq40xx/image | |
parent | 8bc373f8f4419a37164ac5cd0e562f76fa1e00a9 (diff) | |
download | upstream-6b456d1014619e854af6e523e231d3d8e8786990.tar.gz upstream-6b456d1014619e854af6e523e231d3d8e8786990.tar.bz2 upstream-6b456d1014619e854af6e523e231d3d8e8786990.zip |
ipq40xx: Provide prefered DTS config name for A42
The OpenMesh A42 will use the default config entry in the FIT when no other
on is found but prefers the config@om.a42. This only becomes relevant when
a Multi-FIT image is prepared for this device.
Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
Diffstat (limited to 'target/linux/ipq40xx/image')
-rw-r--r-- | target/linux/ipq40xx/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/image/Makefile b/target/linux/ipq40xx/image/Makefile index 804cba254f..5c1ae7fe1f 100644 --- a/target/linux/ipq40xx/image/Makefile +++ b/target/linux/ipq40xx/image/Makefile @@ -105,6 +105,7 @@ TARGET_DEVICES += meraki_mr33 define Device/openmesh_a42 $(call Device/FitImageLzma) DEVICE_DTS := qcom-ipq4018-a42 + DEVICE_DTS_CONFIG := config@om.a42 BLOCKSIZE := 64k DEVICE_TITLE := OpenMesh A42 KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb | pad-to $$(BLOCKSIZE) |