diff mbox series

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

Message ID 20170928193345.19868-1-semen.protsenko@linaro.org
State Accepted
Commit 610eec7f0593574c034054ba54fc1c934755e208
Delegated to: Tom Rini
Headers show
Series [U-Boot] scripts: Move Kconfig contents to cmd/Kconfig | expand

Commit Message

Sam Protsenko Sept. 28, 2017, 7:33 p.m. UTC
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 <semen.protsenko@linaro.org>
---
 Kconfig         | 2 --
 cmd/Kconfig     | 3 +++
 scripts/Kconfig | 2 --
 3 files changed, 3 insertions(+), 4 deletions(-)
 delete mode 100644 scripts/Kconfig

Comments

Masahiro Yamada Sept. 29, 2017, 1:58 a.m. UTC | #1
2017-09-29 4:33 GMT+09:00 Sam Protsenko <semen.protsenko@linaro.org>:
> 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 <semen.protsenko@linaro.org>


Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Tom Rini Oct. 9, 2017, 5:01 p.m. UTC | #2
On Thu, Sep 28, 2017 at 12:33:45PM -0700, Sam Protsenko wrote:

> 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 <semen.protsenko@linaro.org>
> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index 238fa3e1ed..d951e9f804 100644
--- a/Kconfig
+++ b/Kconfig
@@ -398,5 +398,3 @@  source "fs/Kconfig"
 source "lib/Kconfig"
 
 source "test/Kconfig"
-
-source "scripts/Kconfig"
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d6d130edfa..1db74f8f50 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -116,6 +116,9 @@  endmenu
 
 source "cmd/fastboot/Kconfig"
 
+config BUILD_BIN2C
+	bool
+
 comment "Commands"
 
 menu "Info commands"
diff --git a/scripts/Kconfig b/scripts/Kconfig
deleted file mode 100644
index 2a2c18e96e..0000000000
--- a/scripts/Kconfig
+++ /dev/null
@@ -1,2 +0,0 @@ 
-config BUILD_BIN2C
-	bool