Re: [U-Boot] [PATCH] rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM

2017-09-12 Thread Simon Glass
On 11 September 2017 at 04:48, Philipp Tomsich wrote: > Instead of directly calling into the back-to-bootrom code, the RK3399 > common SPL implementation now uses BOOT_DEVICE_BOOTROM to trigger a > transfer back into the bootrom. > > With this factored out,

[U-Boot] [PATCH] rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM

2017-09-11 Thread Philipp Tomsich
Instead of directly calling into the back-to-bootrom code, the RK3399 common SPL implementation now uses BOOT_DEVICE_BOOTROM to trigger a transfer back into the bootrom. With this factored out, the spl_board_init function can not be customised for each RK3399 board. Signed-off-by: Philipp