commit | fb7406469c012092d652741f103b0993103cf8e3 | [log] [tgz] |
---|---|---|
author | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Fri Sep 29 19:27:54 2017 +0200 |
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | Sun Oct 01 00:33:34 2017 +0200 |
tree | 6f3ebc18baf80ebaa45e5ba1d05008bef6d26176 | |
parent | 861ff277575fb00c8b8d22c3baab726c353a8fea [diff] |
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>