
29 Sep
2017
29 Sep
'17
7:46 p.m.
The later-stage spl_board_init (as opposed to board_init_f) should set up board-specific details: these differ between the EVB-RK3399 and the RK3399-Q7 (Puma).
This moves spl_board_init back into the individual boards and removes the unneeded functionality from Puma.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Changes in v2:
- dropped reordering of #includes (as this violated the coding style)
- fixes style-warnings (for a printf and useless return statements) newly raised by patman
arch/arm/mach-rockchip/rk3399-board-spl.c | 27 -------------------- board/rockchip/evb_rk3399/evb-rk3399.c | 30 ++++++++++++++++++++++- board/theobroma-systems/puma_rk3399/puma-rk3399.c | 12 +++++---- 3 files changed, 36 insertions(+), 33 deletions(-)
Applied to u-boot-rockchip, thanks!