repo.or.cz
/
u-boot-openmoko
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
deadbat-alternate.patch
[u-boot-openmoko/mini2440.git]
/
board
/
integratorap
/
config.mk
blob
e4c5c3b57a052eb8f43987d80b638e757620a518
1
#
2
# image should be loaded at 0x01000000
3
#
4
5
TEXT_BASE
=
0x01000000
6
7
ifneq
($(
OBJTREE
),$(
SRCTREE
))
8
# We are building u-boot in a separate directory, use generated
9
# .lds script from OBJTREE directory.
10
LDSCRIPT
:= $(
OBJTREE
)/
board
/$(
BOARDDIR
)/
u-boot.lds
11
endif