summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx53qsb.conf
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso00@gmail.com>2012-07-04 17:18:38 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-04 23:15:53 -0300
commita207ac2953cdc046acef3190f58816df79119f1b (patch)
treecc625168eb7bbfd2d271df00bf7fb5e99242675d /conf/machine/imx53qsb.conf
parented5d72ecb0d9293f94346c9ceffa38ca46a75c3a (diff)
downloadmeta-fsl-arm-a207ac2953cdc046acef3190f58816df79119f1b.tar.gz
imx-base: set common machine features
* Set common machine features * imx53qsb, imx53ard add wifi and bluetooth support * imx6qsabrelite add pci to machine features Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
Diffstat (limited to 'conf/machine/imx53qsb.conf')
-rw-r--r--conf/machine/imx53qsb.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index 9891e58..69aa7b0 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -11,3 +11,5 @@ SOC_FAMILY = "mx5"
11UBOOT_ENTRYPOINT = "0x70800000" 11UBOOT_ENTRYPOINT = "0x70800000"
12UBOOT_LOADADDRESS = "0x70800000" 12UBOOT_LOADADDRESS = "0x70800000"
13UBOOT_MACHINE = "mx53loco_config" 13UBOOT_MACHINE = "mx53loco_config"
14
15MACHINE_FEATURES += " wifi bluetooth"