[PATCH] ARM: mach-rockchip: rk3588: fix stray CONFIG line in Kconfig

Eugen Hristev eugen.hristev at collabora.com
Mon Jul 31 10:17:50 CEST 2023


This duplicate/stray line was probably added during a rebase.
Remove it

Fixes: 0a3a5746c385 ("board: rockchip: Add Edgeble Neural Compute Module 6B")
Signed-off-by: Eugen Hristev <eugen.hristev at collabora.com>
---
 arch/arm/mach-rockchip/rk3588/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-rockchip/rk3588/Kconfig b/arch/arm/mach-rockchip/rk3588/Kconfig
index d72ef92f2efd..6daf86bfe855 100644
--- a/arch/arm/mach-rockchip/rk3588/Kconfig
+++ b/arch/arm/mach-rockchip/rk3588/Kconfig
@@ -28,7 +28,6 @@ config TARGET_RK3588_NEU6
 	  IO board and Neu6a needs to mount on top of this IO board in order to
 	  create complete Edgeble Neural Compute Module 6B(Neu6B) IO platform.
 
-config TARGET_ROCK5B_RK3588
 config TARGET_ROCK5B_RK3588
 	bool "Radxa ROCK5B RK3588 board"
 	select BOARD_LATE_INIT
-- 
2.34.1



More information about the U-Boot mailing list