On 21/12/2013 18:06, Jeroen Hofstee wrote: > 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 <[email protected]> > Cc: Tapani Utriainen <[email protected]> > Signed-off-by: Jeroen Hofstee <[email protected]> > --- > include/configs/twister.h | 3 +++ > 1 file changed, 3 insertions(+) > > 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 */ >
Acked-by: Stefano Babic <[email protected]> Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

