Re: [U-Boot] [PATCH 5/5] sparc: move CONFIG_SYS_TEXT_BASE to Kconfig

2014-11-04 Thread Tom Rini
On Thu, Oct 30, 2014 at 03:30:58PM +0900, Masahiro Yamada wrote: > 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 CON

[U-Boot] [PATCH 5/5] sparc: move CONFIG_SYS_TEXT_BASE to Kconfig

2014-10-29 Thread Masahiro Yamada
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