From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 21 Oct 2014 20:03:59 +0100 Subject: [U-Boot] [PATCH v3 6/6] sunxi: Kconfig: Unify sunxi Kconfig code In-Reply-To: <1413148636.11505.70.camel@hellion.org.uk> References: <1413137238-27251-1-git-send-email-hdegoede@redhat.com> <1413137238-27251-7-git-send-email-hdegoede@redhat.com> <1413148636.11505.70.camel@hellion.org.uk> Message-ID: <1413918239.20604.36.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Ian. 8<----------------------------