This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-19 03:08:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dcd441c325
u-boot
/
board
/
freescale
/
mx31ads
/
config.mk
4 lines
87 B
Makefile
Raw
Normal View
History
Unescape
Escape
Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE The change is currently needed to be able to remove the board configuration scripting from the top level Makefile and replace it by a simple, table driven script. Moving this configuration setting into the "CONFIG_*" name space is also desirable because it is needed if we ever should move forward to a Kconfig driven configuration system. Signed-off-by: Wolfgang Denk <wd@denx.de>
2010-10-07 19:51:12 +00:00
CONFIG_SYS_TEXT_BASE
=
0x87f00000
arm: unify linker script all arm boards except a few use the same cpu linker script so move it to cpu/$(CPU) that could be overwrite in following order SOC BOARD via the corresponding config.mk Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2009-05-08 18:24:12 +00:00
LDSCRIPT
:=
$(
SRCTREE
)
/board/
$(
BOARDDIR
)
/u-boot.lds
Reference in a new issue
Copy permalink