From 7f7563cec11388451cd81c99abfa86836b1bdd75 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 30 Oct 2014 15:30:58 +0900 Subject: 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 Cc: Daniel Hellstrom --- configs/gr_cpci_ax2000_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/gr_cpci_ax2000_defconfig') diff --git a/configs/gr_cpci_ax2000_defconfig b/configs/gr_cpci_ax2000_defconfig index 6eb02ad123..b59d07772f 100644 --- a/configs/gr_cpci_ax2000_defconfig +++ b/configs/gr_cpci_ax2000_defconfig @@ -1,2 +1,3 @@ +CONFIG_SYS_TEXT_BASE=0x00000000 CONFIG_SPARC=y CONFIG_TARGET_GR_CPCI_AX2000=y -- cgit v1.2.1