]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 11 Sep 2017 10:48:12 +0000 (12:48 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:32 +0000 (00:33 +0200)
commitcbe18f10e6943db628e779da03dad97a93c627f3
tree2f75ff8a1afd2904d77cf7f981df3560a1711d99
parent8d35f3694f89244c546ea0909e85cc2ec8a1e87e
rockchip: rk3399: spl: convert to using BOOT_DEVICE_BOOTROM

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 Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3399-board-spl.c