[U-Boot] [PATCH] kconfig: remove unneeded U-Boot extension code

This code was introduced to support the multiple .config configuration in U-Boot. We do not need it any more.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com ---
scripts/kconfig/confdata.c | 8 -------- 1 file changed, 8 deletions(-)
diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index ae6ce66..f88d90f 100644 --- a/scripts/kconfig/confdata.c +++ b/scripts/kconfig/confdata.c @@ -951,14 +951,6 @@ int conf_write_autoconf(void) FILE *out, *tristate, *out_h; int i;
- /* - * Added for U-Boot SPL/TPL - */ - name = getenv("KCONFIG_OBJDIR"); - if (name && name[0]) - if (chdir(name)) - return 1; - sym_clear_all_valid();
file_write_dep("include/config/auto.conf.cmd");

On Sat, Feb 28, 2015 at 12:45:26AM +0900, Masahiro Yamada wrote:
This code was introduced to support the multiple .config configuration in U-Boot. We do not need it any more.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
Applied to u-boot/master, thanks!

On 27 February 2015 at 08:45, Masahiro Yamada yamada.m@jp.panasonic.com wrote:
This code was introduced to support the multiple .config configuration in U-Boot. We do not need it any more.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com
scripts/kconfig/confdata.c | 8 -------- 1 file changed, 8 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
participants (3)
-
Masahiro Yamada
-
Simon Glass
-
Tom Rini