conf: Allow wandboards to boot a mainline kernel

Pass KERNEL_DEVICETREE, so that wandboard variants could boot a mainline kernel.

The solo variant uses the same dtb from the dual-lite, as they are the same
SoC with only the number of cores being different.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
Fabio Estevam 2013-09-12 13:11:11 +00:00 committed by Otavio Salvador
parent 4b093df5f1
commit f83f92fbc3
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
UBOOT_MACHINE = "wandboard_dl_config"
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES += " pci wifi bluetooth"

View File

@ -12,6 +12,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
UBOOT_MACHINE = "wandboard_quad_config"
KERNEL_DEVICETREE = "imx6q-wandboard.dtb"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES += " pci wifi bluetooth"

View File

@ -12,6 +12,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
UBOOT_MACHINE = "wandboard_solo_config"
KERNEL_DEVICETREE = "imx6dl-wandboard.dtb"
SERIAL_CONSOLE = "115200 ttymxc0"
MACHINE_FEATURES += " pci wifi"