From: Daniel Schultz <d.schu...@phytec.de>

Partition size was not calculated correct. Set the correct size.

Signed-off-by: Daniel Schultz <d.schu...@phytec.de>
Signed-off-by: Teresa Remmet <t.rem...@phytec.de>
---
 arch/arm/dts/am335x-phytec-state.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/am335x-phytec-state.dtsi 
b/arch/arm/dts/am335x-phytec-state.dtsi
index 6bca59715901..d332abe4b9b7 100644
--- a/arch/arm/dts/am335x-phytec-state.dtsi
+++ b/arch/arm/dts/am335x-phytec-state.dtsi
@@ -46,7 +46,7 @@
                #size-cells = <1>;
                #address-cells = <1>;
                backend_state_eeprom: state@0 {
-                       reg = <0x000 0x120>;
+                       reg = <0x000 0x100>;
                        label = "state-eeprom";
                };
        };
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to