summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-qoriq/0001-Remove-redundant-YYLOC-global-declaration.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-qoriq/0001-Remove-redundant-YYLOC-global-declaration.patch')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq/0001-Remove-redundant-YYLOC-global-declaration.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq/0001-Remove-redundant-YYLOC-global-declaration.patch b/recipes-bsp/u-boot/u-boot-qoriq/0001-Remove-redundant-YYLOC-global-declaration.patch
deleted file mode 100644
index 2609760ce..000000000
--- a/recipes-bsp/u-boot/u-boot-qoriq/0001-Remove-redundant-YYLOC-global-declaration.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From 018921ee79d3f30893614b3b2b63b588d8544f73 Mon Sep 17 00:00:00 2001
2From: Peter Robinson <pbrobinson@gmail.com>
3Date: Thu, 30 Jan 2020 09:37:15 +0000
4Subject: [PATCH] Remove redundant YYLOC global declaration
5
6Same as the upstream fix for building dtc with gcc 10.
7
8Upstream-Status: Backport
9
10Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
11---
12 scripts/dtc/dtc-lexer.l | 1 -
13 1 file changed, 1 deletion(-)
14
15diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
16index fd825ebba69c..24af54997758 100644
17--- a/scripts/dtc/dtc-lexer.l
18+++ b/scripts/dtc/dtc-lexer.l
19@@ -38,7 +38,6 @@ LINECOMMENT "//".*\n
20 #include "srcpos.h"
21 #include "dtc-parser.tab.h"
22
23-YYLTYPE yylloc;
24 extern bool treesource_error;
25
26 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */
27--
282.26.2
29