Skip to content
Snippets Groups Projects
Commit cc2b49c2 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 20379c11
Branches
Tags
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment