wandboard-dual: Use U-Boot mainline

The U-Boot 2013.04 has support for Wandboard so we use it, from now on.

Change-Id: I9bdf3ce688d13f8d07d83643df097a1ce6341b6c
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2013-04-09 13:37:51 -03:00
parent ded3e1d109
commit 7b19c2ae7d

View File

@ -9,12 +9,9 @@ SOC_FAMILY = "wandboard:mx6dl:mx6"
KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-wandboard.dts"
PREFERRED_PROVIDER_u-boot = "u-boot-imx"
PREFERRED_PROVIDER_virtual/kernel = "linux-wandboard"
UBOOT_MACHINE = "wandboard_config"
UBOOT_SUFFIX = "bin"
UBOOT_PADDING = "2"
UBOOT_MACHINE = "wandboard_dl_config"
SERIAL_CONSOLE = "115200 ttymxc0"