mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-08 11:36:21 -04:00

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>
6 lines
198 B
Makefile
6 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
|