[Armadeus-commitlog] UNNAMED PROJECT branch, opos6ul-2018.05, updated. 5f63b6d5ae18fb7dde758b425a1
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-03-24 13:19:12
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "UNNAMED PROJECT".
The branch, opos6ul-2018.05 has been updated
via 5f63b6d5ae18fb7dde758b425a19cd5bc4f9e6a2 (commit)
via 524f449e18d55720abda62338b5d369d03d80cbc (commit)
from c2e3fc055aca24f259977a89de3a20625ad2b42a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5f63b6d5ae18fb7dde758b425a19cd5bc4f9e6a2
Author: Peter Robinson <pbr...@gm...>
Date: Thu Jan 30 09:37:15 2020 +0000
Remove redundant YYLOC global declaration
Same as the upstream fix for building dtc with gcc 10.
Signed-off-by: Peter Robinson <pbr...@gm...>
(cherry picked from commit 018921ee79d3f30893614b3b2b63b588d8544f73)
[Sébastien Szymanski: remove the declaration from dtc-lexer.lex.c_shipped]
commit 524f449e18d55720abda62338b5d369d03d80cbc
Author: Gildas PRIME <gil...@bi...>
Date: Mon Mar 22 22:10:18 2021 +0100
opos6ulsp: fix eeprom compatible
Signed-off-by: Gildas PRIME <gil...@bi...>
-----------------------------------------------------------------------
Summary of changes:
arch/arm/dts/imx6ul-imx6ull-opos6ulsp.dtsi | 2 +-
scripts/dtc/dtc-lexer.l | 1 -
scripts/dtc/dtc-lexer.lex.c_shipped | 1 -
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/arm/dts/imx6ul-imx6ull-opos6ulsp.dtsi b/arch/arm/dts/imx6ul-imx6ull-opos6ulsp.dtsi
index aef07954bb..bb431c43fc 100644
--- a/arch/arm/dts/imx6ul-imx6ull-opos6ulsp.dtsi
+++ b/arch/arm/dts/imx6ul-imx6ull-opos6ulsp.dtsi
@@ -96,7 +96,7 @@
status = "okay";
eeprom@50 {
- compatible = "atmel,24c00";
+ compatible = "atmel,24c02";
reg = <0x50>;
};
};
diff --git a/scripts/dtc/dtc-lexer.l b/scripts/dtc/dtc-lexer.l
index fd825ebba6..24af549977 100644
--- a/scripts/dtc/dtc-lexer.l
+++ b/scripts/dtc/dtc-lexer.l
@@ -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() */
diff --git a/scripts/dtc/dtc-lexer.lex.c_shipped b/scripts/dtc/dtc-lexer.lex.c_shipped
index 011bb9632f..79952cd3ca 100644
--- a/scripts/dtc/dtc-lexer.lex.c_shipped
+++ b/scripts/dtc/dtc-lexer.lex.c_shipped
@@ -631,7 +631,6 @@ char *yytext;
#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() */
hooks/post-receive
--
UNNAMED PROJECT
|