diff options
Diffstat (limited to 'main/uboot-tools/fix-ulong-typedef.patch')
-rw-r--r-- | main/uboot-tools/fix-ulong-typedef.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/uboot-tools/fix-ulong-typedef.patch b/main/uboot-tools/fix-ulong-typedef.patch new file mode 100644 index 0000000000..a02e4d0a35 --- /dev/null +++ b/main/uboot-tools/fix-ulong-typedef.patch @@ -0,0 +1,10 @@ +--- a/include/env.h 2019-10-07 23:14:02.000000000 +0200 ++++ b/include/env.h 2019-10-24 21:26:07.487200839 +0200 +@@ -13,6 +13,7 @@ + #include <stdbool.h> + #include <linux/types.h> + ++typedef unsigned long ulong; + struct environment_s; + + /* Value for environment validity */ |