104-omap3-overo-enable-thumb.patch 627 B

123456789101112131415161718
  1. Index: u-boot-2017.01/include/configs/omap3_overo.h
  2. ===================================================================
  3. --- u-boot-2017.01.orig/include/configs/omap3_overo.h
  4. +++ u-boot-2017.01/include/configs/omap3_overo.h
  5. @@ -11,6 +11,13 @@
  6. #define CONFIG_NAND
  7. #include <configs/ti_omap3_common.h>
  8. +
  9. +/* try to enable thumb - unknown if it's working
  10. + * but otherwise it's too big for spl */
  11. +#ifndef CONFIG_SYS_THUMB_BUILD
  12. +#define CONFIG_SYS_THUMB_BUILD
  13. +#endif
  14. +
  15. /*
  16. * We are only ever GP parts and will utilize all of the "downloaded image"
  17. * area in SRAM which starts at 0x40200000 and ends at 0x4020FFFF (64KB).