aboutsummaryrefslogtreecommitdiff
path: root/include/configs/omap4_common.h
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2012-08-21 11:13:59 -0600
committerJohn Rigby <john.rigby@linaro.org>2012-12-06 13:50:54 -0700
commitba3b37281c84875cd62baee465fb4b42fee4cd59 (patch)
tree6f82a8fa0f14195f16b16f2616d61ef17cde1a4d /include/configs/omap4_common.h
parent19e0f5538fe50d1843a6563cee3ed124c9ccc4f3 (diff)
Revert "ARM: OMAP4/5: Do not configure non essential pads, clocks, dplls."
This reverts commit f3f98bb0b8cc520e08ea2bdfc3f9cbe4e4ac29f5. Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'include/configs/omap4_common.h')
-rw-r--r--include/configs/omap4_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/omap4_common.h b/include/configs/omap4_common.h
index 242c4d0f8..99c2b80e4 100644
--- a/include/configs/omap4_common.h
+++ b/include/configs/omap4_common.h
@@ -122,6 +122,9 @@
/* Flash */
#define CONFIG_SYS_NO_FLASH 1
+/* clocks */
+#define CONFIG_SYS_CLOCKS_ENABLE_ALL
+
/* commands to include */
#include <config_cmd_default.h>
@@ -331,6 +334,8 @@
#define CONFIG_SPL_GPIO_SUPPORT
#define CONFIG_SPL_LDSCRIPT "$(CPUDIR)/omap-common/u-boot-spl.lds"
+#define CONFIG_SYS_ENABLE_PADS_ALL
+
#define CONFIG_SYS_THUMB_BUILD
#endif /* __CONFIG_OMAP4_COMMON_H */