X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=lib_blackfin%2Fconfig.mk;h=ce2fe6773ed9308fc3054fce14988c16ad345488;hb=409ec37bd8ae8822d276e77419d899571891b191;hp=0dd2ac63e15fe683b1d97f7ea44c12e091ee0f93;hpb=cb32ed1fc298875845f166d326a3f2704a0d5364;p=u-boot diff --git a/lib_blackfin/config.mk b/lib_blackfin/config.mk index 0dd2ac63e1..ce2fe6773e 100644 --- a/lib_blackfin/config.mk +++ b/lib_blackfin/config.mk @@ -23,12 +23,14 @@ CROSS_COMPILE ?= bfin-uclinux- +STANDALONE_LOAD_ADDR = 0x1000 + CONFIG_BFIN_CPU := $(strip $(subst ",,$(CONFIG_BFIN_CPU))) CONFIG_BFIN_BOOT_MODE := $(strip $(subst ",,$(CONFIG_BFIN_BOOT_MODE))) CONFIG_ENV_OFFSET := $(strip $(subst ",,$(CONFIG_ENV_OFFSET))) CONFIG_ENV_SIZE := $(strip $(subst ",,$(CONFIG_ENV_SIZE))) -PLATFORM_RELFLAGS += -ffixed-P5 -fomit-frame-pointer -mno-fdpic +PLATFORM_RELFLAGS += -ffixed-P3 -fomit-frame-pointer -mno-fdpic PLATFORM_CPPFLAGS += -DCONFIG_BLACKFIN LDFLAGS += --gc-sections @@ -62,5 +64,5 @@ endif LDR_FLAGS += $(LDR_FLAGS-y) ifeq ($(wildcard $(TOPDIR)/board/$(BOARD)/u-boot.lds*),) -LDSCRIPT = $(obj)lib_$(ARCH)/u-boot.lds +LDSCRIPT = $(obj)lib_$(ARCH)/u-boot.lds.S endif