diff options
author | Stefan Roese | 2007-08-21 16:33:33 +0200 |
---|---|---|
committer | Stefan Roese | 2007-08-21 16:33:33 +0200 |
commit | 93f798346033a1f6d22090b47abad4be88243b04 (patch) | |
tree | 45b4d2a887a89572015de3234b04b419bfc11b44 /board/inka4x0/config.mk | |
parent | 3ad63878737a5a2b1e60825bf0a7d601d7a695e7 (diff) | |
parent | 3e66c078003607a7d1d214c15a5f262bc1b4032f (diff) |
Merge with /home/stefan/git/u-boot/u-boot-ppc4xx
Diffstat (limited to 'board/inka4x0/config.mk')
-rw-r--r-- | board/inka4x0/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/inka4x0/config.mk b/board/inka4x0/config.mk index cb19a7daeff..fc70efeeed4 100644 --- a/board/inka4x0/config.mk +++ b/board/inka4x0/config.mk @@ -39,3 +39,4 @@ TEXT_BASE = 0xFFE00000 endif PLATFORM_CPPFLAGS += -DTEXT_BASE=$(TEXT_BASE) -I$(TOPDIR)/board +LDSCRIPT := $(SRCTREE)/cpu/mpc5xxx/u-boot-customlayout.lds |