commit | 7e00d86995327638329080051007f1ac7be03a54 | [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 | d6372fb5bc16a47033a9a9ce3bc0f879e98d72a5 [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>