Skip to content
Snippets Groups Projects
Commit b1245dd3 authored by Stefan Roese's avatar Stefan Roese
Browse files

ppc4xx: Add custom linker script to board/*/config.mk


These boards have special linker scripts right now. We can't use the
common 4xx linker script here. So overrride the linker script (LDSCRIPT)
in board/*/config.mk and choose the board specific version.

Signed-off-by: default avatarStefan Roese <sr@denx.de>
parent ceaa62a6
No related branches found
No related tags found
No related merge requests found
...@@ -25,3 +25,6 @@ ...@@ -25,3 +25,6 @@
# like it's not in RAM. This is a bit of voodoo to allow it to be # like it's not in RAM. This is a bit of voodoo to allow it to be
# run from RAM instead of Flash. # run from RAM instead of Flash.
TEXT_BASE = 0x08000000 TEXT_BASE = 0x08000000
# Use board specific linker script
LDSCRIPT := $(SRCTREE)/board/amirix/ap1000/u-boot.lds
...@@ -21,3 +21,6 @@ ...@@ -21,3 +21,6 @@
# MA 02111-1307 USA # MA 02111-1307 USA
# #
TEXT_BASE = 0xFFFC0000 TEXT_BASE = 0xFFFC0000
# Use board specific linker script
LDSCRIPT := $(SRCTREE)/board/esd/dasa_sim/u-boot.lds
...@@ -27,3 +27,6 @@ ...@@ -27,3 +27,6 @@
#TEXT_BASE = 0xFFFE0000 #TEXT_BASE = 0xFFFE0000
TEXT_BASE = 0x18000000 TEXT_BASE = 0x18000000
# Use board specific linker script
LDSCRIPT := $(SRCTREE)/board/ml2/u-boot.lds
...@@ -27,3 +27,6 @@ ...@@ -27,3 +27,6 @@
#TEXT_BASE = 0xFFFE0000 #TEXT_BASE = 0xFFFE0000
TEXT_BASE = 0x04000000 TEXT_BASE = 0x04000000
# Use board specific linker script
LDSCRIPT := $(SRCTREE)/board/xilinx/ml300/u-boot.lds
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment