imx6: image: keep devices in alphabetical order
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
This commit is contained in:
parent
fab114f6f3
commit
f13c0bffc2
1 changed files with 7 additions and 7 deletions
|
@ -186,13 +186,6 @@ define Device/gateworks_ventana-large
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += gateworks_ventana-large
|
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
|
define Device/solidrun_cubox-i
|
||||||
DEVICE_VENDOR := SolidRun
|
DEVICE_VENDOR := SolidRun
|
||||||
DEVICE_MODEL := CuBox-i
|
DEVICE_MODEL := CuBox-i
|
||||||
|
@ -233,4 +226,11 @@ define Device/toradex_apalis
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += toradex_apalis
|
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))
|
$(eval $(call BuildImage))
|
||||||
|
|
Loading…
Reference in a new issue