From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Tue, 30 Jun 2015 15:34:57 +0200 Subject: [U-Boot] Please pull u-boot-sunxi master (fixes for v2015.07) In-Reply-To: <1435671052.21469.162.camel@hellion.org.uk> References: <558D25DF.9010203@redhat.com> <20150626210528.GR28577@bill-the-cat> <55901530.1000900@redhat.com> <20150628160651.GT28577@bill-the-cat> <55929566.50205@redhat.com> <1435671052.21469.162.camel@hellion.org.uk> Message-ID: <55929B01.1050705@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 30-06-15 15:30, Ian Campbell wrote: > 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 ACK. The problem is that there are some other not entirely clean Kconfig bits un the u-boot tree which causes Kconfig to explain about circular deps last time I tried to select them. Still I agree we need to move to selecting these and fix any other issues this triggers. Regards, Hans