imx-base: Do not set UBOOT_SUFFIX and UBOOT_MAKE_TARGET

These are specified on the individual machines.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2012-10-30 18:36:18 +01:00
parent 7dd61cc29b
commit 4587014164
1 changed files with 0 additions and 5 deletions

View File

@ -7,11 +7,6 @@ include conf/machine/include/soc-family.inc
# Disable perf features as 2.6.35.3 fail to build otherwise
# PERF_FEATURES_ENABLE = ""
# [DIGI] TODO need to understand this.
# Set specific make target and binary suffix
UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_SUFFIX = "imx"
UBOOT_ENTRYPOINT_mx51 = "0x94000000"
UBOOT_LOADADDRESS_mx51 = "0x94000000"