diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-14 18:40:50 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-10 21:05:13 +0200 |
commit | b116aff43428adbede513850902a397fa58d0a3c (patch) | |
tree | 5b4d7fd1637cfa1ea44db43d57edbb1569f3311e /boot/u-boot/u-boot.mk | |
parent | 86074e71b6a0933afcd88b0ccdd3d7cccd2779fd (diff) | |
download | buildroot-novena-b116aff43428adbede513850902a397fa58d0a3c.tar.gz buildroot-novena-b116aff43428adbede513850902a397fa58d0a3c.zip |
u-boot: remove reference to old 1.2.0-atmel version
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/u-boot/u-boot.mk')
-rw-r--r-- | boot/u-boot/u-boot.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/boot/u-boot/u-boot.mk b/boot/u-boot/u-boot.mk index 466d4a003..4edef12f4 100644 --- a/boot/u-boot/u-boot.mk +++ b/boot/u-boot/u-boot.mk @@ -46,11 +46,7 @@ ifeq ($(BR2_TARGET_UBOOT_TOOL_ENV),y) U_BOOT_TARGETS+=$(TARGET_DIR)/usr/sbin/fw_printenv endif -U_BOOT_CONFIGURE_OPTS := - -ifneq ($(BR2_TARGET_UBOOT_1_2_0_ATMEL),) U_BOOT_CONFIGURE_OPTS += CONFIG_NOSOFTFLOAT=1 -endif # Define a helper function define insert_define |