From: Alexander Couzens Date: Fri, 28 Apr 2017 12:34:46 +0000 (+0200) Subject: uboot-omap: rename patch to 101-disable-thumb-omap3.patch X-Git-Tag: v18.06.0-rc1~3038 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopenwrt.git;a=commitdiff_plain;h=21c2e93e67bc44c1b72dbbe2dc9f9451d44f81a0 uboot-omap: rename patch to 101-disable-thumb-omap3.patch It's disabling thumb for the whole omap3 family. Signed-off-by: Alexander Couzens --- diff --git a/package/boot/uboot-omap/patches/101-disable-thumb-beagleboard.patch b/package/boot/uboot-omap/patches/101-disable-thumb-beagleboard.patch deleted file mode 100644 index 8a3b024fe4..0000000000 --- a/package/boot/uboot-omap/patches/101-disable-thumb-beagleboard.patch +++ /dev/null @@ -1,14 +0,0 @@ -Index: u-boot-2017.01/include/configs/ti_omap3_common.h -=================================================================== ---- u-boot-2017.01.orig/include/configs/ti_omap3_common.h -+++ u-boot-2017.01/include/configs/ti_omap3_common.h -@@ -80,4 +80,9 @@ - /* Now bring in the rest of the common code. */ - #include - -+/* beagleboard doesnt boot with thumb */ -+#ifdef CONFIG_SYS_THUMB_BUILD -+#undef CONFIG_SYS_THUMB_BUILD -+#endif -+ - #endif /* __CONFIG_TI_OMAP3_COMMON_H__ */ diff --git a/package/boot/uboot-omap/patches/101-disable-thumb-omap3.patch b/package/boot/uboot-omap/patches/101-disable-thumb-omap3.patch new file mode 100644 index 0000000000..8a3b024fe4 --- /dev/null +++ b/package/boot/uboot-omap/patches/101-disable-thumb-omap3.patch @@ -0,0 +1,14 @@ +Index: u-boot-2017.01/include/configs/ti_omap3_common.h +=================================================================== +--- u-boot-2017.01.orig/include/configs/ti_omap3_common.h ++++ u-boot-2017.01/include/configs/ti_omap3_common.h +@@ -80,4 +80,9 @@ + /* Now bring in the rest of the common code. */ + #include + ++/* beagleboard doesnt boot with thumb */ ++#ifdef CONFIG_SYS_THUMB_BUILD ++#undef CONFIG_SYS_THUMB_BUILD ++#endif ++ + #endif /* __CONFIG_TI_OMAP3_COMMON_H__ */