uboot-omap: rename patch to 101-disable-thumb-omap3.patch
[oweals/openwrt.git] / package / boot / uboot-omap / patches / 101-disable-thumb-omap3.patch
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  
9 +/* beagleboard doesnt boot with thumb */
10 +#ifdef CONFIG_SYS_THUMB_BUILD
11 +#undef CONFIG_SYS_THUMB_BUILD
12 +#endif
13 +
14  #endif /* __CONFIG_TI_OMAP3_COMMON_H__ */