From patchwork Mon Jul 31 08:17:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eugen Hristev X-Patchwork-Id: 1814810 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.a=rsa-sha256 header.s=mail header.b=IeiTojBa; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4RDrhr1Dp3z20GB for ; Mon, 31 Jul 2023 18:18:04 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 58DD08690D; Mon, 31 Jul 2023 10:18:01 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="IeiTojBa"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8162C8693A; Mon, 31 Jul 2023 10:17:59 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.2 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7F4E38624A for ; Mon, 31 Jul 2023 10:17:57 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=collabora.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=eugen.hristev@collabora.com Received: from eugen-station.. (unknown [82.76.24.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: ehristev) by madras.collabora.co.uk (Postfix) with ESMTPSA id 9FFC466070F7; Mon, 31 Jul 2023 09:17:56 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1690791477; bh=D0VN+TldjAADdWRRyNqb6w/TxkaQHv5321BYfH9Hxhs=; h=From:To:Cc:Subject:Date:From; b=IeiTojBaGq2xtZeBI6BpxNJcIHsNp8bSBMUmsqyVWQXGpRb8j8oAWBBynd0Y1rv8N 0zXKEiMywr3wmVb4ImXRO9C2Et8XtOL7jh38qUsvUOD5mYCee+KxMpJ5gj1YxvNNEt 4l2++0NtOZMlbsFghTIqU5lQ2FoBcPaIuq1bbQR5ve9vmU8dIKjrudTCVBE6IiImOa ywxcG2aR27XuP40MqAQwhRszmyYDvhfFkfeHejn1xPjpVnYN/trKPyFIzAJW6Us5LQ Wi39F4wW5Ro0TPO5Oq3bHYwzOIjh+bMCugOOz3txAq+uDpEIE6dFIiXsW2bFR2zSD+ pJtzmp9dGCH3g== From: Eugen Hristev To: kever.yang@rock-chips.com, u-boot@lists.denx.de Cc: jagan@edgeble.ai, Eugen Hristev Subject: [PATCH] ARM: mach-rockchip: rk3588: fix stray CONFIG line in Kconfig Date: Mon, 31 Jul 2023 11:17:50 +0300 Message-Id: <20230731081750.819270-1-eugen.hristev@collabora.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean 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 --- 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