public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31
@ 2014-12-14 14:09 Chen-Yu Tsai
  2014-12-14 14:09 ` [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig Chen-Yu Tsai
  2014-12-14 14:45 ` [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31 Ian Campbell
  0 siblings, 2 replies; 4+ messages in thread
From: Chen-Yu Tsai @ 2014-12-14 14:09 UTC (permalink / raw)
  To: u-boot

I own this board and will maintain and test new versions.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
Does anyone else have this board?

---
 board/sunxi/MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index ca03002..0b3e6a8 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -53,6 +53,11 @@ M:	Maxime Ripard <maxime.ripard@free-electrons.com>
 S:	Maintained
 F:	configs/Colombus_defconfig
 
+HUMMINIGBIRD-A31 BOARD
+M:	Chen-Yu Tsai <wens@csie.org>
+S:	Maintained
+F:	configs/Hummingbird_A31_defconfig
+
 IPPO-Q8H-V5 BOARD
 M:	Chen-Yu Tsai <wens@csie.org>
 S:	Maintained
-- 
2.1.3

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

* [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig
  2014-12-14 14:09 [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31 Chen-Yu Tsai
@ 2014-12-14 14:09 ` Chen-Yu Tsai
  2014-12-14 14:46   ` Ian Campbell
  2014-12-14 14:45 ` [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31 Ian Campbell
  1 sibling, 1 reply; 4+ messages in thread
From: Chen-Yu Tsai @ 2014-12-14 14:09 UTC (permalink / raw)
  To: u-boot

The Hummingbird A31 board was added in:

    eb03ebe sun6i: Add new board Merrii Hummingbird A31

During the development of the patch, the Kconfig target option name
was changed, but the defconfig was not updated.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 configs/Hummingbird_A31_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/Hummingbird_A31_defconfig b/configs/Hummingbird_A31_defconfig
index 73855c5..b60d579 100644
--- a/configs/Hummingbird_A31_defconfig
+++ b/configs/Hummingbird_A31_defconfig
@@ -4,7 +4,7 @@ CONFIG_FDTFILE="sun6i-a31-hummingbird.dtb"
 +S:CONFIG_ARM=y
 +S:CONFIG_ARCH_SUNXI=y
 +S:CONFIG_MACH_SUN6I=y
-+S:CONFIG_TARGET_MERRII_HUMMINGBIRD_A31=y
++S:CONFIG_TARGET_HUMMINGBIRD_A31=y
 +S:CONFIG_DRAM_CLK=312
 +S:CONFIG_DRAM_ZQ=251
 # Wifi power
-- 
2.1.3

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

* [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31
  2014-12-14 14:09 [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31 Chen-Yu Tsai
  2014-12-14 14:09 ` [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig Chen-Yu Tsai
@ 2014-12-14 14:45 ` Ian Campbell
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-12-14 14:45 UTC (permalink / raw)
  To: u-boot

On Sun, 2014-12-14 at 22:09 +0800, Chen-Yu Tsai wrote:
> I own this board and will maintain and test new versions.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Acked-by: Ian Campbell <ijc@hellion.org.uk>

Since the original patch adding this board is in u-boot-sunxi#next and
has not yet hit #master I am going fold this and the defconfig fix patch
into the original shortly.

> ---
> Does anyone else have this board?

Not me.

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

* [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig
  2014-12-14 14:09 ` [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig Chen-Yu Tsai
@ 2014-12-14 14:46   ` Ian Campbell
  0 siblings, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-12-14 14:46 UTC (permalink / raw)
  To: u-boot

On Sun, 2014-12-14 at 22:09 +0800, Chen-Yu Tsai wrote:
> The Hummingbird A31 board was added in:
> 
>     eb03ebe sun6i: Add new board Merrii Hummingbird A31
> 
> During the development of the patch, the Kconfig target option name
> was changed, but the defconfig was not updated.
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>

Acked-by: Ian Campbell <ijc@hellion.org.uk>

As discussed I'm going to fold this into eb03ebe.

Ian.

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

end of thread, other threads:[~2014-12-14 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-14 14:09 [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31 Chen-Yu Tsai
2014-12-14 14:09 ` [U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig Chen-Yu Tsai
2014-12-14 14:46   ` Ian Campbell
2014-12-14 14:45 ` [U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31 Ian Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox