From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 3 Apr 2017 08:25:29 +0200 Subject: [U-Boot] [PATCH 03/16] board_f: Rename initdram() to dram_init() In-Reply-To: <20170331144039.14587-4-sjg@chromium.org> References: <20170331144039.14587-1-sjg@chromium.org> <20170331144039.14587-4-sjg@chromium.org> Message-ID: <61bc6411-4fc4-725b-f5fe-5215f5c7d931@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 31.03.2017 16:40, Simon Glass wrote: > This allows us to use the same DRAM init function on all archs. > > Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan