[U-Boot] [PATCH] ARM: sunxi: Fix board target name in Hummingbird_A31_defconfig

Chen-Yu Tsai wens at csie.org
Sun Dec 14 15:09:37 CET 2014


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



More information about the U-Boot mailing list