mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
4b093df5f1
commit
f83f92fbc3
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user