]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sparc: move CONFIG_SYS_TEXT_BASE to Kconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 30 Oct 2014 06:30:58 +0000 (15:30 +0900)
committerTom Rini <trini@ti.com>
Tue, 4 Nov 2014 20:01:46 +0000 (15:01 -0500)
commit7f7563cec11388451cd81c99abfa86836b1bdd75
treefdb19d5c982ed1ae1fd23f75441c0ef3928e9ebc
parent89bedb0c10d47c3889a218c17c3ee4612ec9af6c
sparc: move CONFIG_SYS_TEXT_BASE to Kconfig

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>
Kconfig
board/gaisler/gr_cpci_ax2000/config.mk [deleted file]
board/gaisler/gr_ep2s60/config.mk [deleted file]
board/gaisler/gr_xc3s_1500/config.mk [deleted file]
board/gaisler/grsim/config.mk [deleted file]
board/gaisler/grsim_leon2/config.mk [deleted file]
configs/gr_cpci_ax2000_defconfig
configs/gr_ep2s60_defconfig
configs/gr_xc3s_1500_defconfig
configs/grsim_defconfig
configs/grsim_leon2_defconfig