From 271318a660eefe5623286eceaefd1b49389cbbdc Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Mon, 22 Jul 2019 20:02:14 +0800 Subject: rockchip: rk3288: Move rk3288_detect_reset_reason to soc file The rk3288_detect_reset_reason() is per-SoC operation, move it to rk3288.c, and extend the rk_board_late_init() with rk3288_board_late_init() to make all the board works fine as before. Signed-off-by: Kever Yang --- board/phytec/phycore_rk3288/phycore-rk3288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/phytec') diff --git a/board/phytec/phycore_rk3288/phycore-rk3288.c b/board/phytec/phycore_rk3288/phycore-rk3288.c index fbf1511..92f3bd2 100644 --- a/board/phytec/phycore_rk3288/phycore-rk3288.c +++ b/board/phytec/phycore_rk3288/phycore-rk3288.c @@ -30,7 +30,7 @@ static int valid_rk3288_som(struct rk3288_som *som) return hw == som->bs; } -int rk_board_late_init(void) +int rk3288_board_late_init(void) { int ret; struct udevice *dev; -- cgit v1.1