[U-Boot] [U-Boot, v2, 01/10] rockchip: rk3399: make spl_board_init board-specific
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Fri Sep 29 17:46:00 UTC 2017
> 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 at 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!
More information about the U-Boot
mailing list