mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 03:38:43 +00:00
6d8d4ef994
Conflicts: arch/arm/include/asm/config.h board/LaCie/edminiv2/config.mk board/karo/tx25/config.mk board/logicpd/imx27lite/config.mk doc/README.arm-relocation Signed-off-by: Wolfgang Denk <wd@denx.de>
5 lines
198 B
Makefile
5 lines
198 B
Makefile
# with relocation CONFIG_SYS_TEXT_BASE can be anything, and making it 0
|
|
# makes relative and absolute relocation fixups interchangeable.
|
|
#CONFIG_SYS_TEXT_BASE = 0
|
|
|
|
CONFIG_SYS_TEXT_BASE = 0xc0000000
|