]> git.sur5r.net Git - u-boot/blobdiff - cpu/mpc5xx/config.mk
ColdFire: Fix missing _IO_BASE which caused compile error
[u-boot] / cpu / mpc5xx / config.mk
index 5b26a76b3e8f4530d48fc13c89dea67a6bd80941..157ddc54915529aa8cf5609a72f4272d9d398d81 100644 (file)
@@ -28,6 +28,9 @@
 #
 
 
-PLATFORM_RELFLAGS +=   -fPIC -ffixed-r14 -meabi
+PLATFORM_RELFLAGS +=   -fPIC -ffixed-r14 -meabi
 
-PLATFORM_CPPFLAGS +=   -DCONFIG_5xx -ffixed-r2 -ffixed-r29 -mpowerpc -msoft-float
+PLATFORM_CPPFLAGS +=   -DCONFIG_5xx -ffixed-r2 -mpowerpc -msoft-float
+
+# Use default linker script.  Board port can override in board/*/config.mk
+LDSCRIPT := $(SRCTREE)/cpu/mpc5xx/u-boot.lds