board: ge: reduce VPD EEPROM partition size
authorIan Ray <ian.ray@ge.com>
Wed, 4 Nov 2020 16:18:42 +0000 (17:18 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 6 Dec 2020 14:31:37 +0000 (15:31 +0100)
Reduce vital product data size to match the latest specification.

Signed-off-by: Ian Ray <ian.ray@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
arch/arm/dts/imx53-ppd-uboot.dtsi
arch/arm/dts/imx6q-bx50v3-uboot.dtsi

index d61b7cb..b293e27 100644 (file)
@@ -28,7 +28,7 @@
                #size-cells = <1>;
 
                vpd@0 {
-                       reg = <0 1022>;
+                       reg = <0 800>;
                };
 
                bootcount: bootcount@1022 {
index 01321ca..2de3b85 100644 (file)
@@ -27,7 +27,7 @@
                #size-cells = <1>;
 
                vpd@0 {
-                       reg = <0 1022>;
+                       reg = <0 800>;
                };
 
                bootcount: bootcount {