summaryrefslogtreecommitdiff
path: root/package/u-boot-h8300/patches/dtc.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-14 02:27:04 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-14 07:22:33 +0100
commit4f5f3a6903299c0fae3d2715ce25c59a7764909c (patch)
treeb02deb47fae881c82d2842ddfb62dd51a2dee1bb /package/u-boot-h8300/patches/dtc.patch
parent9bf8f29805479cdff42da3c7d0dd9b2fc4236553 (diff)
mkimage fix for my hitachi edosk 2674
Diffstat (limited to 'package/u-boot-h8300/patches/dtc.patch')
-rw-r--r--package/u-boot-h8300/patches/dtc.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/u-boot-h8300/patches/dtc.patch b/package/u-boot-h8300/patches/dtc.patch
new file mode 100644
index 000000000..725c3af2f
--- /dev/null
+++ b/package/u-boot-h8300/patches/dtc.patch
@@ -0,0 +1,11 @@
+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() */