summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-09-12 20:32:31 -0400
committerTom Rini <trini@konsulko.com>2021-09-27 21:38:34 -0400
commitb17cc8078137e71c11b25414ab291c8ebe2636b1 (patch)
tree967875609b900bb29b424b43714e7c34566a984e
parent0eeabc63d287f3edeb1d20650813daf2fcbe0131 (diff)
downloadu-boot-b17cc8078137e71c11b25414ab291c8ebe2636b1.tar.gz
omap4_panda: Remove unused comments/code
Clean up the config header file by removing some now irrelevant code / comments. Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--include/configs/omap4_panda.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h
index 5320dffe55..69749ab630 100644
--- a/include/configs/omap4_panda.h
+++ b/include/configs/omap4_panda.h
@@ -11,20 +11,6 @@
#ifndef __CONFIG_PANDA_H
#define __CONFIG_PANDA_H
-/*
- * High Level Configuration Options
- */
-
-/* USB UHH support options */
-
-/* USB Networking options */
-
-#define CONFIG_UBOOT_ENABLE_PADS_ALL
-
#include <configs/ti_omap4_common.h>
-/* GPIO */
-
-/* ENV related config options */
-
#endif /* __CONFIG_PANDA_H */