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-12-12 06:12:58 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
08eb21ee32
u-boot
/
board
/
davedenx
/
qong
/
config.mk
4 lines
66 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
=
0xa0000000
ARM: implement relocation for ARM11 Change the implementation for ARM11 to relocate the code to an arbitrary address in RAM. Tested on the qong board. Portions of this work were supported by funding from the CE Linux Forum. Signed-off-by: Heiko Schocher <hs@denx.de>
2010-09-17 11:10:40 +00:00
# PLATFORM_CPPFLAGS += -DDEBUG
Reference in a new issue
Copy permalink