summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-07-15 13:35:51 -0600
committerTom Rini <[email protected]>2024-07-23 10:37:33 -0600
commit1104cd616fef3111f851f7058511e45c3081f8cf (patch)
tree84ec8e116b5216c3263fd36511eca7ccbd88ee61 /include
parent3efd925d701065bde609a622c3a011088c439237 (diff)
arm: Remove omap4_panda board
This board has not been converted to CONFIG_DM_I2C by the deadline. Remove it. Acked-by: Robert Nelson <[email protected]> Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/omap4_panda.h16
1 files changed, 0 insertions, 16 deletions
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 <[email protected]>
- *
- * 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 <configs/ti_omap4_common.h>
-
-#endif /* __CONFIG_PANDA_H */