[meta-freescale] [meta-fsl-arm-extra][PATCH v2 1/6] ventana: cleanup machine conf

Pushpal Sidhu psidhu at gateworks.com
Tue Oct 27 12:38:50 PDT 2015


Reorganize file and replace tabs with spaces.

Signed-off-by: Pushpal Sidhu <psidhu at gateworks.com>
---
Chagnes v2:
 * Split commit into three commits

 conf/machine/ventana.conf | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

diff --git a/conf/machine/ventana.conf b/conf/machine/ventana.conf
index 8e18b6d..1d35e12 100644
--- a/conf/machine/ventana.conf
+++ b/conf/machine/ventana.conf
@@ -7,26 +7,28 @@
 require conf/machine/include/imx-base.inc
 require conf/machine/include/tune-cortexa9.inc
 
-PREFERRED_PROVIDER_u-boot = "u-boot-gateworks-imx"
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-gateworks-imx"
+PREFERRED_PROVIDER_u-boot = "u-boot-gateworks-imx"
+
 PREFERRED_PROVIDER_virtual/kernel = "linux-gateworks-imx"
+PREFERRED_PROVIDER_kernel = "linux-gateworks-imx"
 
 SOC_FAMILY = "mx6:mx6dl:mx6q"
 
 KERNEL_DEVICETREE  = " \
-	imx6q-gw5400-a.dtb \
-	imx6q-gw51xx.dtb \
-	imx6q-gw52xx.dtb \
-	imx6q-gw53xx.dtb \
-	imx6q-gw54xx.dtb \
-	imx6q-gw551x.dtb \
-	imx6q-gw552x.dtb \
-	imx6dl-gw51xx.dtb \
-	imx6dl-gw52xx.dtb \
-	imx6dl-gw53xx.dtb \
-	imx6dl-gw54xx.dtb \
-	imx6dl-gw551x.dtb \
-	imx6dl-gw552x.dtb \
+    imx6q-gw5400-a.dtb \
+    imx6q-gw51xx.dtb \
+    imx6q-gw52xx.dtb \
+    imx6q-gw53xx.dtb \
+    imx6q-gw54xx.dtb \
+    imx6q-gw551x.dtb \
+    imx6q-gw552x.dtb \
+    imx6dl-gw51xx.dtb \
+    imx6dl-gw52xx.dtb \
+    imx6dl-gw53xx.dtb \
+    imx6dl-gw54xx.dtb \
+    imx6dl-gw551x.dtb \
+    imx6dl-gw552x.dtb \
 "
 
 KERNEL_IMAGETYPE = "uImage"
-- 
2.6.2



More information about the meta-freescale mailing list