From: Masahiro Yamada Date: Fri, 27 Feb 2015 15:45:26 +0000 (+0900) Subject: kconfig: remove unneeded U-Boot extension code X-Git-Tag: KARO-TX6-2015-09-18~3493 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=d753c6f99b85421a8daf5c7dd07f7750cfd01f0b 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 --- diff --git a/scripts/kconfig/confdata.c b/scripts/kconfig/confdata.c index ae6ce669e1..f88d90f202 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");