From 502d7d80ae0c83fa159e90d035b0cdfbed458057 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 15 Jul 2024 13:35:52 -0600 Subject: arm: Remove omap4_sdp4430 board This board has not been converted to CONFIG_DM_I2C by the deadline. Remove it. Signed-off-by: Tom Rini --- include/configs/omap4_sdp4430.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 include/configs/omap4_sdp4430.h (limited to 'include') diff --git a/include/configs/omap4_sdp4430.h b/include/configs/omap4_sdp4430.h deleted file mode 100644 index fb210ce69b3..00000000000 --- a/include/configs/omap4_sdp4430.h +++ /dev/null @@ -1,23 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0+ */ -/* - * (C) Copyright 2010 - * Texas Instruments Incorporated. - * Aneesh V - * Steve Sakoman - * - * Configuration settings for the TI SDP4430 board. - * See ti_omap4_common.h for OMAP4 common part - */ - -#ifndef __CONFIG_SDP4430_H -#define __CONFIG_SDP4430_H - -/* - * High Level Configuration Options - */ - -#include - -/* ENV related config options */ - -#endif /* __CONFIG_SDP4430_H */ -- cgit v1.2.3