From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 30 Jun 2015 14:30:52 +0100 Subject: [U-Boot] Please pull u-boot-sunxi master (fixes for v2015.07) In-Reply-To: <55929566.50205@redhat.com> References: <558D25DF.9010203@redhat.com> <20150626210528.GR28577@bill-the-cat> <55901530.1000900@redhat.com> <20150628160651.GT28577@bill-the-cat> <55929566.50205@redhat.com> Message-ID: <1435671052.21469.162.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 Tue, 2015-06-30 at 15:11 +0200, Hans de Goede wrote: [...] > The latest patch-series seems to do the exact reverse. More knowledge is > being moved away from a central place and into defconfig files. As said > ARCH_SUNXI builds must always have CONFIG_DM* set, and yet now all sunxi > defconfig files need to set that explicitly. CONFIG_DM* seems like the sort of thing which ought to be select'd not default y'd (it's never really an user "option", it's something something else needs), but the recent change seems like a step in the wrong direction either way. Ian.