Re: [U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig

2017-09-28 Thread Masahiro Yamada
2017-09-29 4:33 GMT+09:00 Sam Protsenko : > On case-insensitive file systems we have collision between > scripts/kconfig/ directory and scripts/Kconfig file. This patch moves > scripts/Kcofnig contents to cmd/Kconfig to fix that. > > Signed-off-by: Sam Protsenko Acked-by: Masahiro Yamada --

[U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig

2017-09-28 Thread Sam Protsenko
On case-insensitive file systems we have collision between scripts/kconfig/ directory and scripts/Kconfig file. This patch moves scripts/Kcofnig contents to cmd/Kconfig to fix that. Signed-off-by: Sam Protsenko --- Kconfig | 2 -- cmd/Kconfig | 3 +++ scripts/Kconfig | 2 -- 3 files