mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
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>
This commit is contained in:
parent
20379c115e
commit
cc2b49c2ba
@ -951,14 +951,6 @@ int conf_write_autoconf(void)
|
|||||||
FILE *out, *tristate, *out_h;
|
FILE *out, *tristate, *out_h;
|
||||||
int i;
|
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();
|
sym_clear_all_valid();
|
||||||
|
|
||||||
file_write_dep("include/config/auto.conf.cmd");
|
file_write_dep("include/config/auto.conf.cmd");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user