summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Štetiar2023-10-30 19:38:04 +0000
committerPetr Štetiar2024-04-27 06:53:22 +0000
commitc19f5076a53a3c55361392c60448b3026d78dda0 (patch)
tree10bc5128930183a9a156178307694baf95bc848f
parent3d037b8c5f7fc03356cce49a2332036298c96635 (diff)
downloadopenwrt-c19f5076a53a3c55361392c60448b3026d78dda0.tar.gz
Revert "uboot-sunxi: add missing type __u64"
This reverts commit 3cc57ba4627c9c7555f8ad86e4f78d86d8f9ddf0 as it should be fixed in commit 78cbd5a57e11 ("tools: macOS: types.h: fix missing unsigned types"). References: #13833 Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit bc47613cf0215743cde641f962386d59b57a332a)
-rw-r--r--package/boot/uboot-sunxi/patches/260-add-missing-type-u64.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/boot/uboot-sunxi/patches/260-add-missing-type-u64.patch b/package/boot/uboot-sunxi/patches/260-add-missing-type-u64.patch
deleted file mode 100644
index a6204c7b69..0000000000
--- a/package/boot/uboot-sunxi/patches/260-add-missing-type-u64.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/linux/types.h
-+++ b/include/linux/types.h
-@@ -1,6 +1,7 @@
- #ifndef _LINUX_TYPES_H
- #define _LINUX_TYPES_H
-
-+typedef unsigned long long __u64;
- #include <linux/posix_types.h>
- #include <asm/types.h>
- #include <stdbool.h>