summaryrefslogtreecommitdiff
path: root/include/configs/twister.h
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2013-12-21 17:06:33 (GMT)
committerTom Rini <trini@ti.com>2014-01-07 21:41:12 (GMT)
commit4b9b2c300a23ca4a85811918dc92e822a9571a87 (patch)
tree01b506c5cf5625c053426069dfd5b8ec47cdc424 /include/configs/twister.h
parent8ad59c9a7bef49a18078888ad8eba8e87737c3b2 (diff)
downloadu-boot-4b9b2c300a23ca4a85811918dc92e822a9571a87.tar.xz
ARM: twister: add missing gpio clock init
Commit f33b9bd3984fb11e1d8566a866adc5957b1e1c9d breaks boards which do not explicitly enable the gpio clocks. This causes the twister spl to hang, since it uses the no longer enabled gpio 55. Add CONFIG_OMAP3_GPIO_2 to unbrick the board. Cc: Stefano Babic <sbabic@denx.de> Cc: Tapani Utriainen <tapani@technexion.com> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/twister.h')
-rw-r--r--include/configs/twister.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/twister.h b/include/configs/twister.h
index b6ca59c..f24dc13 100644
--- a/include/configs/twister.h
+++ b/include/configs/twister.h
@@ -50,4 +50,7 @@
#define CONFIG_SYS_SPL_ARGS_ADDR (PHYS_SDRAM_1 + 0x100)
#define CONFIG_SPL_BOARD_INIT
+/* gpio 55 is used as SPL_OS_BOOT_KEY */
+#define CONFIG_OMAP3_GPIO_2
+
#endif /* __CONFIG_H */