From 5c237290e96a8d392a5733e2fb5d7ae7e5651afd Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 23 Feb 2016 00:33:04 +0100 Subject: [PATCH] OWHW: move boot state to beginning of partition (somehow barebox-state resolves to the entire EEPROM, not the partition with its offset, so let's move the partition to the start to make sure barebox and linux agree about this) --- arch/arm/dts/am335x-gsmk-owhw.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/am335x-gsmk-owhw.dts b/arch/arm/dts/am335x-gsmk-owhw.dts index 47e223d3b..e4c7afe15 100644 --- a/arch/arm/dts/am335x-gsmk-owhw.dts +++ b/arch/arm/dts/am335x-gsmk-owhw.dts @@ -184,7 +184,7 @@ partition@0 { label = "state"; - reg = <0xc0 0x40>; /* last 0x40 bytes for eeprom */ + reg = <0x00 0x40>; /* first 0x40 bytes for eeprom */ }; }; };