From bb986d9e1205f346386ff960eb9532122c2a55e8 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 20 Jun 2024 12:24:51 +0200 Subject: rockchip: remove support for Theobroma Systems RK3368 Lion No meaningful changes were made to this SoM since February 2021. Nobody from Theobroma has booted anything recent on that product since July 2021 at the latest. The product isn't available to buy anymore and disappeared from our website. This product is therefore unmaintained and it would be disingenuous to say the opposite, so drop support for RK3368 Lion. If you're a user of Lion, feel free to revert this patch or contact our sales/support department. Signed-off-by: Quentin Schulz Acked-by: Heiko Stuebner Reviewed-by: Kever Yang --- include/configs/lion_rk3368.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 include/configs/lion_rk3368.h (limited to 'include') diff --git a/include/configs/lion_rk3368.h b/include/configs/lion_rk3368.h deleted file mode 100644 index 0d29e1ddc73..00000000000 --- a/include/configs/lion_rk3368.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * Copyright (c) 2017 Theobroma Systems Design und Consulting GmbH - */ - -#ifndef __CONFIGS_LION_RK3368_H -#define __CONFIGS_LION_RK3368_H - -#include - -#define KERNEL_LOAD_ADDR 0x280000 -#define DTB_LOAD_ADDR 0x5600000 -#define INITRD_LOAD_ADDR 0x5bf0000 -/* PHY needs longer aneg time at 1G */ - -#endif -- cgit v1.2.3