]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3399: make spl_board_init board-specific
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 29 Sep 2017 17:27:54 +0000 (19:27 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:34 +0000 (00:33 +0200)
commitfb7406469c012092d652741f103b0993103cf8e3
tree6f3ebc18baf80ebaa45e5ba1d05008bef6d26176
parent861ff277575fb00c8b8d22c3baab726c353a8fea
rockchip: rk3399: make spl_board_init board-specific

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>
arch/arm/mach-rockchip/rk3399-board-spl.c
board/rockchip/evb_rk3399/evb-rk3399.c
board/theobroma-systems/puma_rk3399/puma-rk3399.c