imx6: image: keep devices in alphabetical order

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
Piotr Dymacz 2021-03-28 15:23:47 +02:00 committed by AmadeusGhost
parent 17adc815a0
commit 2d15a92a22

View File

@ -187,13 +187,6 @@ define Device/gateworks_ventana-large
endef
TARGET_DEVICES += gateworks_ventana-large
define Device/wandboard_dual
DEVICE_VENDOR := Wandboard
DEVICE_MODEL := Dual
DEVICE_DTS := imx6dl-wandboard
endef
TARGET_DEVICES += wandboard_dual
define Device/solidrun_cubox-i
DEVICE_VENDOR := SolidRun
DEVICE_MODEL := CuBox-i
@ -234,4 +227,11 @@ define Device/toradex_apalis
endef
TARGET_DEVICES += toradex_apalis
define Device/wandboard_dual
DEVICE_VENDOR := Wandboard
DEVICE_MODEL := Dual
DEVICE_DTS := imx6dl-wandboard
endef
TARGET_DEVICES += wandboard_dual
$(eval $(call BuildImage))