imx6ul-pico: Move MACHINE_FEATURES definition

The MACHINE_FEATURES definition usually goes near the end of machine
file as it makes easier to compare the contents related to kernel,
bootloader and other general aspects of BSP.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2018-08-01 16:48:01 -03:00
parent 38462fcb53
commit 0c107a6643

View File

@ -9,8 +9,6 @@ MACHINEOVERRIDES =. "use-mainline-bsp:mx6:mx6ul:"
include conf/machine/include/imx-base.inc
include conf/machine/include/tune-cortexa7.inc
MACHINE_FEATURES += "wifi bluetooth"
SERIAL_CONSOLE = "115200 ttymxc5"
KERNEL_DEVICETREE = "imx6ul-pico-hobbit.dtb"
@ -33,6 +31,8 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
u-boot-fslc \
"
MACHINE_FEATURES += "wifi bluetooth"
WKS_FILES ?= "imx-uboot-spl.wks"
WKS_FILE_DEPENDS ?= ""
IMAGE_FSTYPES = "ext4.gz"