From ce91f3b79e736165e6423a416e5417c2402dc7ef Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 13 Sep 2012 09:21:00 -0300 Subject: [PATCH] imx-base.inc: Remove useless SoC override for U-Boot settings 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 Acked-by: Rogerio Pimentel --- meta-fsl-arm/conf/machine/include/imx-base.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-fsl-arm/conf/machine/include/imx-base.inc b/meta-fsl-arm/conf/machine/include/imx-base.inc index c8e31ecf..1b26f01f 100644 --- a/meta-fsl-arm/conf/machine/include/imx-base.inc +++ b/meta-fsl-arm/conf/machine/include/imx-base.inc @@ -5,10 +5,8 @@ include conf/distro/include/fsl-default-versions.inc 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 \ -- 2.40.1