From 1104cd616fef3111f851f7058511e45c3081f8cf Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 15 Jul 2024 13:35:51 -0600 Subject: arm: Remove omap4_panda board This board has not been converted to CONFIG_DM_I2C by the deadline. Remove it. Acked-by: Robert Nelson Signed-off-by: Tom Rini --- include/configs/omap4_panda.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 include/configs/omap4_panda.h (limited to 'include') diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h deleted file mode 100644 index 69749ab6302..00000000000 --- a/include/configs/omap4_panda.h +++ /dev/null @@ -1,16 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * (C) Copyright 2010 - * Texas Instruments Incorporated. - * Steve Sakoman - * - * Configuration settings for the TI OMAP4 Panda board. - * See ti_omap4_common.h for OMAP4 common part - */ - -#ifndef __CONFIG_PANDA_H -#define __CONFIG_PANDA_H - -#include - -#endif /* __CONFIG_PANDA_H */ -- cgit v1.3.1