Commit cc2b49c2baa54bc0223c585f1918fc7c2582235b

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 20379c115e

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>

Showing 1 changed file with 0 additions and 8 deletions Side-by-side Diff

scripts/kconfig/confdata.c
... ... @@ -951,14 +951,6 @@
951 951 FILE *out, *tristate, *out_h;
952 952 int i;
953 953  
954   - /*
955   - * Added for U-Boot SPL/TPL
956   - */
957   - name = getenv("KCONFIG_OBJDIR");
958   - if (name && name[0])
959   - if (chdir(name))
960   - return 1;
961   -
962 954 sym_clear_all_valid();
963 955  
964 956 file_write_dep("include/config/auto.conf.cmd");