summaryrefslogtreecommitdiff
path: root/package/u-boot-h8300/patches/dtc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/u-boot-h8300/patches/dtc.patch')
-rw-r--r--package/u-boot-h8300/patches/dtc.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/u-boot-h8300/patches/dtc.patch b/package/u-boot-h8300/patches/dtc.patch
deleted file mode 100644
index 725c3af2f..000000000
--- a/package/u-boot-h8300/patches/dtc.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Nur u-boot-h8300.orig/scripts/dtc/dtc-lexer.l u-boot-h8300/scripts/dtc/dtc-lexer.l
---- u-boot-h8300.orig/scripts/dtc/dtc-lexer.l 2022-02-11 13:17:30.000000000 +0100
-+++ u-boot-h8300/scripts/dtc/dtc-lexer.l 2022-02-11 13:42:14.302389873 +0100
-@@ -38,7 +38,6 @@ LINECOMMENT "//".*\n
- #include "srcpos.h"
- #include "dtc-parser.tab.h"
-
--YYLTYPE yylloc;
- extern bool treesource_error;
-
- /* CAUTION: this will stop working if we ever use yyless() or yyunput() */