diff mbox

[U-Boot,1/2] ARM: sunxi: move board/sunxi/Kconfig to arch/arm/mach-sunxi/Kconfig

Message ID 1493095327-25345-1-git-send-email-yamada.masahiro@socionext.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show

Commit Message

Masahiro Yamada April 25, 2017, 4:42 a.m. UTC
For the consistent location of SoC-level Kconfig.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm/Kconfig                             | 3 ++-
 {board/sunxi => arch/arm/mach-sunxi}/Kconfig | 0
 2 files changed, 2 insertions(+), 1 deletion(-)
 rename {board/sunxi => arch/arm/mach-sunxi}/Kconfig (100%)

Comments

Maxime Ripard April 25, 2017, 9:46 a.m. UTC | #1
Hello Masahiro,

On Tue, Apr 25, 2017 at 01:42:06PM +0900, Masahiro Yamada wrote:
> For the consistent location of SoC-level Kconfig.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

This patch doesn't seem to apply, which tree did you base this on?

Thanks!
Maxime
Masahiro Yamada April 25, 2017, 9:56 a.m. UTC | #2
Hi Maxime,

2017-04-25 18:46 GMT+09:00 Maxime Ripard <maxime.ripard@free-electrons.com>:
> Hello Masahiro,
>
> On Tue, Apr 25, 2017 at 01:42:06PM +0900, Masahiro Yamada wrote:
>> For the consistent location of SoC-level Kconfig.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>
> This patch doesn't seem to apply, which tree did you base this on?
>
> Thanks!
> Maxime
>

I built up this patch on top of
http://patchwork.ozlabs.org/patch/754573/



If you apply this patch onto the latest master
(commit 3c476d8), please give -C2 option
to "git am" in order to reduce the context.
Maxime Ripard April 28, 2017, 9:32 a.m. UTC | #3
Hi,

On Tue, Apr 25, 2017 at 06:56:52PM +0900, Masahiro Yamada wrote:
> Hi Maxime,
> 
> 2017-04-25 18:46 GMT+09:00 Maxime Ripard <maxime.ripard@free-electrons.com>:
> > Hello Masahiro,
> >
> > On Tue, Apr 25, 2017 at 01:42:06PM +0900, Masahiro Yamada wrote:
> >> For the consistent location of SoC-level Kconfig.
> >>
> >> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> >
> > This patch doesn't seem to apply, which tree did you base this on?
> >
> > Thanks!
> > Maxime
> >
> 
> I built up this patch on top of
> http://patchwork.ozlabs.org/patch/754573/
> 
> 
> 
> If you apply this patch onto the latest master
> (commit 3c476d8), please give -C2 option
> to "git am" in order to reduce the context.

Could you rebase it on top of sunxi/master, or do you want to merge it
through another tree?

Thanks!
Maxime
diff mbox

Patch

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ed506da..b54466a 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1079,6 +1079,8 @@  source "arch/arm/mach-sti/Kconfig"
 
 source "arch/arm/mach-stm32/Kconfig"
 
+source "arch/arm/mach-sunxi/Kconfig"
+
 source "arch/arm/mach-tegra/Kconfig"
 
 source "arch/arm/mach-uniphier/Kconfig"
@@ -1157,7 +1159,6 @@  source "board/spear/spear320/Kconfig"
 source "board/spear/spear600/Kconfig"
 source "board/spear/x600/Kconfig"
 source "board/st/stv0991/Kconfig"
-source "board/sunxi/Kconfig"
 source "board/syteco/zmx25/Kconfig"
 source "board/tcl/sl50/Kconfig"
 source "board/birdland/bav335x/Kconfig"
diff --git a/board/sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
similarity index 100%
rename from board/sunxi/Kconfig
rename to arch/arm/mach-sunxi/Kconfig