diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-22 20:02:21 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-29 10:27:48 +0800 |
commit | 26008cd42b590dc71ee9c1ca667a218542aab342 (patch) | |
tree | 677b7e8b74956e45c813bdfd8772343cfa922800 /arch/arm/mach-rockchip/Kconfig | |
parent | 8e9a8d0d0c8c06dd9213352b3415d94c5722bdeb (diff) | |
download | u-boot-26008cd42b590dc71ee9c1ca667a218542aab342.tar.gz |
rockchip: rv1108: Migrate to use common board file
Use common board file for board_init() and board_late_init(),
for Rockchip SoCs have very similar process.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/Kconfig')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 4b211794c6..e337d06b99 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -203,6 +203,7 @@ config ROCKCHIP_RK3399 config ROCKCHIP_RV1108 bool "Support Rockchip RV1108" select CPU_V7A + imply ROCKCHIP_COMMON_BOARD help The Rockchip RV1108 is a ARM-based SoC with a single-core Cortex-A7 and a DSP. |