From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 18 Jan 2015 16:28:25 +0000 Subject: [U-Boot] [PATCH 5/9] sunxi: Convert sun4i boards to use auto dram configuration In-Reply-To: <1421583812-26556-5-git-send-email-hdegoede@redhat.com> References: <1421583812-26556-1-git-send-email-hdegoede@redhat.com> <1421583812-26556-5-git-send-email-hdegoede@redhat.com> Message-ID: <1421598505.13341.37.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, 2015-01-18 at 13:23 +0100, Hans de Goede wrote: > Currently we've separate detailed dram settings for all sun4i 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 been tested on a A10-OLinuXino-Lime, Chuwi_V7_CW0825 and > ba10_tv_box. Unless I'm mistaken that's one for each of the dram_*.c removed, good. > Signed-off-by: Hans de Goede Acked-by: Ian Campbell