Hi Heiko,

    Below error happen when build:

+arch/arm/mach-rockchip/spl.c: In function 'board_init_f':
690 <https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/-/jobs/103576#L690>+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();

Reply via email to