The U-Boot settings are the same for mx5 and mx6 SoCs so we don't need
a override for it.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
include conf/distro/include/fsl-default-providers.inc
# Set specific make target and binary suffix
-UBOOT_MAKE_TARGET_mx5 = "u-boot.imx"
-UBOOT_SUFFIX_mx5 = "imx"
-UBOOT_MAKE_TARGET_mx6 = "u-boot.imx"
-UBOOT_SUFFIX_mx6 = "imx"
+UBOOT_MAKE_TARGET = "u-boot.imx"
+UBOOT_SUFFIX = "imx"
XSERVER = "xserver-xorg-lite \
xf86-input-evdev \