commit | cbe18f10e6943db628e779da03dad97a93c627f3 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Mon Sep 11 12:48:12 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Oct 01 00:33:32 2017 +0200 |
tree | 2f75ff8a1afd2904d77cf7f981df3560a1711d99 | |
parent | 8d35f3694f89244c546ea0909e85cc2ec8a1e87e [diff] |
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>