[PATCH 8/9] board: ge: reduce VPD EEPROM partition size

Sebastian Reichel sebastian.reichel at collabora.com
Wed Nov 4 17:18:42 CET 2020


From: Ian Ray <ian.ray at ge.com>

Reduce vital product data size to match the latest specification.

Signed-off-by: Ian Ray <ian.ray at ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel at collabora.com>
---
 arch/arm/dts/imx53-ppd-uboot.dtsi    | 2 +-
 arch/arm/dts/imx6q-bx50v3-uboot.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/imx53-ppd-uboot.dtsi b/arch/arm/dts/imx53-ppd-uboot.dtsi
index d61b7cb87642..b293e27a03ca 100644
--- a/arch/arm/dts/imx53-ppd-uboot.dtsi
+++ b/arch/arm/dts/imx53-ppd-uboot.dtsi
@@ -28,7 +28,7 @@
 		#size-cells = <1>;
 
 		vpd at 0 {
-			reg = <0 1022>;
+			reg = <0 800>;
 		};
 
 		bootcount: bootcount at 1022 {
diff --git a/arch/arm/dts/imx6q-bx50v3-uboot.dtsi b/arch/arm/dts/imx6q-bx50v3-uboot.dtsi
index 01321cab781b..2de3b850ec8a 100644
--- a/arch/arm/dts/imx6q-bx50v3-uboot.dtsi
+++ b/arch/arm/dts/imx6q-bx50v3-uboot.dtsi
@@ -27,7 +27,7 @@
 		#size-cells = <1>;
 
 		vpd at 0 {
-			reg = <0 1022>;
+			reg = <0 800>;
 		};
 
 		bootcount: bootcount {
-- 
2.28.0



More information about the U-Boot mailing list