[U-Boot] [PATCH v3 6/6] sunxi: Kconfig: Unify sunxi Kconfig code
Hans de Goede
hdegoede at redhat.com
Wed Oct 22 14:18:42 CEST 2014
Hi,
On 10/21/2014 09:03 PM, Ian Campbell wrote:
> On Sun, 2014-10-12 at 22:17 +0100, Ian Campbell wrote:
>>> -if TARGET_SUN4I || TARGET_SUN5I || TARGET_SUN6I || TARGET_SUN7I
>>> + default "sun4i" if TARGET_SUN4I
>>> + default "sun5i" if TARGET_SUN5I
>>> + default "sun6i" if TARGET_SUN5I
>
> There is a typo here which is apparent with "MAKEALL -s sunxi", since it
> causes Colombus_defconfig not to build.
>
> Patch is below but given the breakage is only in u-boot-sunxi.git#next
> right now I think it would be better to fold it into the original patch.
Good catch thanks, I've squashed this into the original commit and
done a forced push to u-boot-sunxi/next with this.
Regards,
Hans
More information about the U-Boot
mailing list