diff options
Diffstat (limited to 'boot/uboot/uboot.mk')
-rw-r--r-- | boot/uboot/uboot.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index e87727b5d..ec592e13e 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -33,11 +33,6 @@ endif UBOOT_ARCH=$(KERNEL_ARCH) -# u-boot in the past used arch=ppc for powerpc -ifneq ($(findstring x2010.03,x$(UBOOT_VERSION)),) -UBOOT_ARCH=$(KERNEL_ARCH:powerpc=ppc) -endif - UBOOT_CONFIGURE_OPTS += CONFIG_NOSOFTFLOAT=1 UBOOT_MAKE_OPTS += \ CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \ |