* 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>
UBOOT_ENTRYPOINT = "0x70800000"
UBOOT_LOADADDRESS = "0x70800000"
UBOOT_MACHINE = "mx53ard_config"
+
+MACHINE_FEATURES += " wifi bluetooth"
UBOOT_ENTRYPOINT = "0x70800000"
UBOOT_LOADADDRESS = "0x70800000"
UBOOT_MACHINE = "mx53loco_config"
+
+MACHINE_FEATURES += " wifi bluetooth"
xf86-video-fbdev"
SERIAL_CONSOLE = "115200 ttymxc1"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
KERNEL_IMAGETYPE = "uImage"
-MACHINE_FEATURES = "apm pci usbgadget usbhost vfat alsa touchscreen wifi bluetooth"
+MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"