diff options
author | Andreas Färber <afaerber@suse.de> | 2016-07-14 05:09:26 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-25 20:44:19 -0600 |
commit | e0f5dbcb4b8cfe277d06acc0cdc0ba22c0d3d3d0 (patch) | |
tree | 997258df757ba41150ce38798669417684e4a232 /arch/arm/Kconfig | |
parent | c418addfa9e758b05531eb37498c6fa0317d2c64 (diff) |
rockchip: Clean up CPU selection
In preparation for RK3368 and RK3399, which need to select ARM64, don't
select CPU_V7 at the ARCH_ROCKCHIP level but at the SoC level instead.
Cc: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 397981a40c..5c1992406e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -843,7 +843,6 @@ config ARCH_ROCKCHIP select SUPPORT_SPL select SPL select OF_CONTROL - select CPU_V7 select BLK select DM select SPL_DM |