From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Thu, 22 Jan 2015 13:40:55 +0100 Subject: [U-Boot] [PATCH] sunxi: Convert sun7i boards to use auto dram configuration In-Reply-To: <1421928450.23842.22.camel@hellion.org.uk> References: <1421870064-16683-1-git-send-email-hdegoede@redhat.com> <1421923688.23842.0.camel@hellion.org.uk> <54C0DB28.7090909@redhat.com> <1421928450.23842.22.camel@hellion.org.uk> Message-ID: <54C0EFD7.9060209@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 22-01-15 13:07, Ian Campbell wrote: > On Thu, 2015-01-22 at 12:12 +0100, Hans de Goede wrote: >> Hi, >> >> On 22-01-15 11:48, Ian Campbell wrote: >>> On Wed, 2015-01-21 at 20:54 +0100, Hans de Goede wrote: >>>> Currently we've separate detailed dram settings for all sun7i boards, this >>>> moves them over to using auto dram configuration so that we can get rid of >>>> all the per board dram_foo.c files. >>>> >>>> This has been tested on a A20-Olinuxino-Lime, A20-Olinuxino_MICRO, Bananapi, >>>> Bananapro, Cubieboard2, Cubietruck, Mele_M3 and a Linksprite_pcDuino3. >>>> >>>> Signed-off-by: Hans de Goede >>> >>> As with the previous mail -- no config adjustment? >> >> What do you mean with "no config adjustment" ? > > Sorry, my mail was acting up so you won't have seen the previous mail > (it disappeared into the Ether...) > > <1421924513.23842.14.camel@hellion.org.uk> is a resend of what I was > talking about. > >> Also have you seen the preceding "sunxi: Drop qt840a_defconfig" patch >> (send a day earlier or so) > > My lost reply to this was the previous mail referred to above... Ah I see, yes I do plan to drop the TARGET stuff eventually, my plan is to first add a new Kconfig for GMAC thingie, as well as also convert sun5i and then remove all the TARGET stuff. Regards, Hans