9
0
Fork 0

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)
This commit is contained in:
Harald Welte 2016-02-23 00:33:04 +01:00 committed by Holger Hans Peter Freyther
parent 452b7dd48f
commit 5c237290e9
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@
partition@0 {
label = "state";
reg = <0xc0 0x40>; /* last 0x40 bytes for eeprom */
reg = <0x00 0x40>; /* first 0x40 bytes for eeprom */
};
};
};