From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kever Yang Date: Sun, 31 May 2020 21:34:33 +0800 Subject: [PATCH v2 1/2] rockchip: spl: do full dram_init instead of only probing In-Reply-To: <20200525175725.3638830-1-heiko@sntech.de> References: <20200525175725.3638830-1-heiko@sntech.de> Message-ID: <55610c05-6b52-ec2e-35a5-f9a8eb2adf68@rock-chips.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 Heiko, ??? Below error happen when build: +arch/arm/mach-rockchip/spl.c: In function 'board_init_f': 690 +arch/arm/mach-rockchip/spl.c:112:18: error: unused variable 'dev' [-Werror=unused-variable] ??? I will fix it when apply, but please make sure all the boards can pass the build next time. Thanks, - Kever On 2020/5/26 ??1:57, Heiko Stuebner wrote: > - ret = uclass_get_device(UCLASS_RAM, 0, &dev); > + ret = dram_init();