|
@@ -12,7 +12,7 @@ U_BOOT_CAT:=$(BZCAT)
|
|
U_BOOT_BIN:=u-boot.bin
|
|
U_BOOT_BIN:=u-boot.bin
|
|
U_BOOT_TOOLS_BIN:=mkimage
|
|
U_BOOT_TOOLS_BIN:=mkimage
|
|
# u-boot still uses arch=ppc for powerpc
|
|
# u-boot still uses arch=ppc for powerpc
|
|
-U_BOOT_ARCH:=$(shell echo $(KERNEL_ARCH)|$(HOST_SED_DIR)/bin/sed 's/powerpc/ppc/')
|
|
|
|
|
|
+U_BOOT_ARCH=$(shell echo $(KERNEL_ARCH)|$(HOST_SED_DIR)/bin/sed 's/powerpc/ppc/')
|
|
|
|
|
|
ifneq ($(BR2_TARGET_U_BOOT_CONFIG_BOARD),)
|
|
ifneq ($(BR2_TARGET_U_BOOT_CONFIG_BOARD),)
|
|
U_BOOT_INC_CONF_FILE:=$(U_BOOT_DIR)/include/configs/$(subst _config,,$(BR2_TARGET_U_BOOT_CONFIG_BOARD)).h
|
|
U_BOOT_INC_CONF_FILE:=$(U_BOOT_DIR)/include/configs/$(subst _config,,$(BR2_TARGET_U_BOOT_CONFIG_BOARD)).h
|