diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-15 13:35:52 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-23 10:37:33 -0600 |
commit | 502d7d80ae0c83fa159e90d035b0cdfbed458057 (patch) | |
tree | f17e83a59812b678648aa4d916c25793f5f233cb /include | |
parent | 1104cd616fef3111f851f7058511e45c3081f8cf (diff) |
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 <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/omap4_sdp4430.h | 23 |
1 files changed, 0 insertions, 23 deletions
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 <aneesh@ti.com> - * Steve Sakoman <steve@sakoman.com> - * - * 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 <configs/ti_omap4_common.h> - -/* ENV related config options */ - -#endif /* __CONFIG_SDP4430_H */ |