]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 d61b7cb87642918d9f2bb1fb7525df578588ba4b..b293e27a03caca9023b3aeb1102efa231aa62072 100644 (file)
@@ -28,7 +28,7 @@
                #size-cells = <1>;
 
                vpd@0 {
-                       reg = <0 1022>;
+                       reg = <0 800>;
                };
 
                bootcount: bootcount@1022 {
index 01321cab781b0816fca753d0f8f44522538992a7..2de3b850ec8ab00c9b8922d281da4a80a06fd1b7 100644 (file)
@@ -27,7 +27,7 @@
                #size-cells = <1>;
 
                vpd@0 {
-                       reg = <0 1022>;
+                       reg = <0 800>;
                };
 
                bootcount: bootcount {