From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Wed, 22 Oct 2014 14:18:42 +0200 Subject: [U-Boot] [PATCH v3 6/6] sunxi: Kconfig: Unify sunxi Kconfig code In-Reply-To: <1413918239.20604.36.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> <1413918239.20604.36.camel@hellion.org.uk> Message-ID: <5447A0A2.1090905@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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