All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig
@ 2017-09-28 19:33 Sam Protsenko
  2017-09-29  1:58 ` Masahiro Yamada
  2017-10-09 17:01 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Sam Protsenko @ 2017-09-28 19:33 UTC (permalink / raw)
  To: u-boot

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

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
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig
  2017-09-28 19:33 [U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig Sam Protsenko
@ 2017-09-29  1:58 ` Masahiro Yamada
  2017-10-09 17:01 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2017-09-29  1:58 UTC (permalink / raw)
  To: u-boot

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>



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] scripts: Move Kconfig contents to cmd/Kconfig
  2017-09-28 19:33 [U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig Sam Protsenko
  2017-09-29  1:58 ` Masahiro Yamada
@ 2017-10-09 17:01 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-10-09 17:01 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171009/529683af/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-09 17:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-28 19:33 [U-Boot] [PATCH] scripts: Move Kconfig contents to cmd/Kconfig Sam Protsenko
2017-09-29  1:58 ` Masahiro Yamada
2017-10-09 17:01 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.