From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Wed, 28 Jan 2015 09:08:18 +0000 Subject: [U-Boot] [PATCH 1/4] sunxi: Convert sun5i boards to use auto dram configuration In-Reply-To: <1422196540-18093-1-git-send-email-hdegoede@redhat.com> References: <1422196540-18093-1-git-send-email-hdegoede@redhat.com> Message-ID: <1422436098.29309.25.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-25 at 15:35 +0100, Hans de Goede wrote: > Currently we've separate detailed dram settings for all sun5i 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 A10s-Olinuxino, A13-Olinuxino, A13-OlinuxinoM, > mk802-a10s and r7-tv-dongle board. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell