mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
7f7563cec1
Defining CONFIG_SYS_TEXT_BASE in config.mk is very old style. Create CONFIG_SYS_TEXT_BASE option in Kconfig, but let it depend on CONFIG_SPARC because we do not want to disturb the other architectures that still define CONFIG_SYS_TEXT_BASE in their header files. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Daniel Hellstrom <daniel@gaisler.com>
3 lines
69 B
Text
3 lines
69 B
Text
CONFIG_SYS_TEXT_BASE=0x00000000
|
|
CONFIG_SPARC=y
|
|
CONFIG_TARGET_GRSIM=y
|