Re: [U-Boot] [PATCH 18/35] rockchip: rk3288-phycore: move phycore_init() to its own board file

2019-07-23 Thread Wadim Egorov
Hi Kever, this is fine for me. You can drop the phycore_init() code completely. No need to carry this around in our board code. The SOM was redesigned and is equipped with an STM8 connected to the RK818. The required setup we did before in the SPL is now done by the ST controller. I know there

[U-Boot] [PATCH 18/35] rockchip: rk3288-phycore: move phycore_init() to its own board file

2019-07-22 Thread Kever Yang
phycore_init() is use for phycore board only, it should be move back to phycore-rk3288.c Signed-off-by: Kever Yang --- arch/arm/mach-rockchip/rk3288-board-spl.c| 39 arch/arm/mach-rockchip/rk3288/Kconfig| 1 + board/phytec/phycore_rk3288/phycore-rk3288.c | 47