]> Git Repo - J-u-boot.git/commitdiff
mx6: dts: Keep dtb entries sorted
authorFabio Estevam <[email protected]>
Wed, 12 Jun 2019 15:34:35 +0000 (12:34 -0300)
committerStefano Babic <[email protected]>
Thu, 4 Jul 2019 12:19:48 +0000 (14:19 +0200)
Keep dtb entries sorted to help adding new dtbs
in an organized form.

Signed-off-by: Fabio Estevam <[email protected]>
arch/arm/dts/Makefile

index 7fbd0a1d06a16502ca42a5b0fe15eafdf4476b4a..34fdf335291dfe9e60ab3499076bcccfec3c814e 100644 (file)
@@ -554,14 +554,14 @@ dtb-$(CONFIG_MX6QDL) += \
        imx6dl-icore-mipi.dtb \
        imx6dl-icore-rqs.dtb \
        imx6dl-mamoj.dtb \
+       imx6dl-sabreauto.dtb \
+       imx6dl-sabresd.dtb \
        imx6q-cm-fx6.dtb \
        imx6q-icore.dtb \
        imx6q-icore-mipi.dtb \
        imx6q-icore-rqs.dtb \
        imx6q-sabreauto.dtb \
        imx6q-sabresd.dtb \
-       imx6dl-sabreauto.dtb \
-       imx6dl-sabresd.dtb \
        imx6qp-sabreauto.dtb \
        imx6qp-sabresd.dtb
 
This page took 0.035569 seconds and 4 git commands to generate.