[U-Boot] [PATCH] ARM: sunxi: Add MAINTAINERS entry for Merrii Hummingbird A31

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

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

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.

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.
participants (2)
-
Chen-Yu Tsai
-
Ian Campbell