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 --- Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 932fc8b12a..f34f341dd7 100644 --- a/Kconfig +++ b/Kconfig @@ -107,6 +107,12 @@ config SYS_EXTRA_OPTIONS configuration to Kconfig. Since this option will be removed sometime, new boards should not use this option. +config SYS_TEXT_BASE + depends on SPARC + hex "Text Base" + help + TODO: Move CONFIG_SYS_TEXT_BASE for all the architecture + endmenu # Boot images source "arch/Kconfig" -- cgit v1.2.1