From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 16 Mar 2026 13:50:04 +0100 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w27OW-001R7N-0S for lore@lore.pengutronix.de; Mon, 16 Mar 2026 13:50:04 +0100 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1w27OV-0007Sg-HX; Mon, 16 Mar 2026 13:50:03 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1w27OS-0007M2-Nx; Mon, 16 Mar 2026 13:50:00 +0100 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac] helo=dude04) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1w27OS-000ZXJ-1g; Mon, 16 Mar 2026 13:50:00 +0100 Received: from rhi by dude04 with local (Exim 4.98.2) (envelope-from ) id 1w27OS-000000058Bj-1ucT; Mon, 16 Mar 2026 13:50:00 +0100 From: Roland Hieber To: distrokit@pengutronix.de Date: Mon, 16 Mar 2026 13:49:21 +0100 Message-ID: <20260316124957.1223035-6-rhi@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260316124957.1223035-1-rhi@pengutronix.de> References: <20260316124957.1223035-1-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [DistroKit] [PATCH 6/6] v8a: remove outdated barebox.rockchip.make X-BeenThere: distrokit@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Roland Hieber Sender: "DistroKit" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: distrokit-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false The fix was already included in PTXdist 2023.07.0 commit 1abf368ea3fbe (2023-06-02, "barebox: add rk-usb-loader to the host tools"). Signed-off-by: Roland Hieber --- configs/platform-v8a/rules/barebox.rockchip.make | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 configs/platform-v8a/rules/barebox.rockchip.make diff --git a/configs/platform-v8a/rules/barebox.rockchip.make b/configs/platform-v8a/rules/barebox.rockchip.make deleted file mode 100644 index 17092a9b728c..000000000000 --- a/configs/platform-v8a/rules/barebox.rockchip.make +++ /dev/null @@ -1,12 +0,0 @@ -# -*-makefile-*- -# -# Copyright (C) 2023 by Michael Olbrich -# -# For further information about the PTXdist project and license conditions -# see the README file. -# - -# TODO: remove this when it is added in PTXdist upstream -BAREBOX_PROGS_HOST += rk-usb-loader - -# vim: syntax=make -- 2.47.3