From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Date: Wed, 4 Nov 2020 17:18:42 +0100 Subject: [PATCH 8/9] board: ge: reduce VPD EEPROM partition size In-Reply-To: <20201104161843.74426-1-sebastian.reichel@collabora.com> References: <20201104161843.74426-1-sebastian.reichel@collabora.com> Message-ID: <20201104161843.74426-9-sebastian.reichel@collabora.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Ian Ray Reduce vital product data size to match the latest specification. Signed-off-by: Ian Ray Signed-off-by: Sebastian Reichel --- 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