diff options
| author | Ian Ray <[email protected]> | 2020-11-04 17:18:42 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2020-12-06 15:31:37 +0100 |
| commit | 559aaa2526dc0c1e1cca2ff3b1614f2991d1a7e6 (patch) | |
| tree | 97c065521b47ab4b25b59290b9e73e7ac96673d1 | |
| parent | 2d86fb31bdee7d428a3e423d54b51e5e02221682 (diff) | |
board: ge: reduce VPD EEPROM partition size
Reduce vital product data size to match the latest specification.
Signed-off-by: Ian Ray <[email protected]>
Signed-off-by: Sebastian Reichel <[email protected]>
| -rw-r--r-- | arch/arm/dts/imx53-ppd-uboot.dtsi | 2 | ||||
| -rw-r--r-- | 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 d61b7cb8764..b293e27a03c 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@0 { - reg = <0 1022>; + reg = <0 800>; }; bootcount: bootcount@1022 { diff --git a/arch/arm/dts/imx6q-bx50v3-uboot.dtsi b/arch/arm/dts/imx6q-bx50v3-uboot.dtsi index 01321cab781..2de3b850ec8 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@0 { - reg = <0 1022>; + reg = <0 800>; }; bootcount: bootcount { |
