101-disable-thumb-beagleboard.patch 497 B

1234567891011121314
  1. Index: u-boot-2017.01/include/configs/ti_omap3_common.h
  2. ===================================================================
  3. --- u-boot-2017.01.orig/include/configs/ti_omap3_common.h
  4. +++ u-boot-2017.01/include/configs/ti_omap3_common.h
  5. @@ -80,4 +80,9 @@
  6. /* Now bring in the rest of the common code. */
  7. #include <configs/ti_armv7_omap.h>
  8. +/* beagleboard doesnt boot with thumb */
  9. +#ifdef CONFIG_SYS_THUMB_BUILD
  10. +#undef CONFIG_SYS_THUMB_BUILD
  11. +#endif
  12. +
  13. #endif /* __CONFIG_TI_OMAP3_COMMON_H__ */