]> Git Repo - u-boot.git/commit
rockchip: add common board file for U-Boot proper
authorKever Yang <[email protected]>
Mon, 22 Jul 2019 12:02:01 +0000 (20:02 +0800)
committerKever Yang <[email protected]>
Mon, 29 Jul 2019 02:25:27 +0000 (10:25 +0800)
commit54f17fa05d453618afabff1246c1a16cea304b1b
treed1a2862a86c518910a88ff5cc95bff0c1a62f515
parent6c9a9df9f507986bdcd4cd518f4022c7373292f8
rockchip: add common board file for U-Boot proper

Add common board file for Rockchip SoCs to avoid too much
copy-paste work for different SoCs.
This board file in charge for common board_init() and board_late_init()
in U-Boot proper.

Signed-off-by: Kever Yang <[email protected]>
arch/arm/mach-rockchip/Kconfig
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/board.c [new file with mode: 0644]
This page took 0.033495 seconds and 4 git commands to generate.