From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 23 Mar 2017 21:27:48 -0600 Subject: [U-Boot] [PATCH 1/8] rockchip: rk3188: sdram: Set correct sdram base In-Reply-To: <20170320114036.21475-2-heiko@sntech.de> References: <20170320114036.21475-1-heiko@sntech.de> <20170320114036.21475-2-heiko@sntech.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20 March 2017 at 05:40, Heiko Stuebner wrote: > Right now we're setting the wrong value of 0 as base in the ram_info struct, > which is obviously wrong for the rk3188. So instead set the correct value > we already have in CONFIG_SYS_SDRAM_BASE. > > Signed-off-by: Heiko Stuebner > --- > arch/arm/mach-rockchip/rk3188/sdram_rk3188.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Simon Glass