diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 09:21:00 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 14:08:26 -0300 |
commit | 9082ba0f6d61705f180585509a2ae6bde1a1b984 (patch) | |
tree | de60ae9027547a830b77c5d55460d35a61ce08ea | |
parent | 7c1ef205d466ea08c6419000d65e699030ffa3fa (diff) | |
download | meta-fsl-arm-9082ba0f6d61705f180585509a2ae6bde1a1b984.tar.gz |
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 <otavio@ossystems.com.br>
Acked-by: Rogerio Pimentel <rogerio.pimentel@freescale.com>
-rw-r--r-- | conf/machine/include/imx-base.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index c8e31ec..1b26f01 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc | |||
@@ -5,10 +5,8 @@ include conf/distro/include/fsl-default-versions.inc | |||
5 | include conf/distro/include/fsl-default-providers.inc | 5 | include conf/distro/include/fsl-default-providers.inc |
6 | 6 | ||
7 | # Set specific make target and binary suffix | 7 | # Set specific make target and binary suffix |
8 | UBOOT_MAKE_TARGET_mx5 = "u-boot.imx" | 8 | UBOOT_MAKE_TARGET = "u-boot.imx" |
9 | UBOOT_SUFFIX_mx5 = "imx" | 9 | UBOOT_SUFFIX = "imx" |
10 | UBOOT_MAKE_TARGET_mx6 = "u-boot.imx" | ||
11 | UBOOT_SUFFIX_mx6 = "imx" | ||
12 | 10 | ||
13 | XSERVER = "xserver-xorg-lite \ | 11 | XSERVER = "xserver-xorg-lite \ |
14 | xf86-input-evdev \ | 12 | xf86-input-evdev \ |