X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cpu%2Fmpc8260%2Fconfig.mk;h=2cb027093b030a0f8fc4d852cbf291206a565903;hb=1859e42fbf996e0e883cdb9829ef6d260bf4cdd6;hp=3b2892481db01de7b794bfe5e3df70f43459371d;hpb=5bb226e821ea3c10c52d768ffab7952204b0f816;p=u-boot diff --git a/cpu/mpc8260/config.mk b/cpu/mpc8260/config.mk index 3b2892481d..2cb027093b 100644 --- a/cpu/mpc8260/config.mk +++ b/cpu/mpc8260/config.mk @@ -23,5 +23,8 @@ PLATFORM_RELFLAGS += -fPIC -ffixed-r14 -meabi -PLATFORM_CPPFLAGS += -DCONFIG_8260 -ffixed-r2 -ffixed-r29 \ +PLATFORM_CPPFLAGS += -DCONFIG_8260 -DCONFIG_CPM2 -ffixed-r2 \ -mstring -mcpu=603e -mmultiple + +# Use default linker script. Board port can override in board/*/config.mk +LDSCRIPT := $(SRCTREE)/cpu/mpc8260/u-boot.lds