mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
board: ge: reduce VPD EEPROM partition size
Reduce vital product data size to match the latest specification. Signed-off-by: Ian Ray <ian.ray@ge.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
2d86fb31bd
commit
559aaa2526
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
vpd@0 {
|
||||
reg = <0 1022>;
|
||||
reg = <0 800>;
|
||||
};
|
||||
|
||||
bootcount: bootcount@1022 {
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
vpd@0 {
|
||||
reg = <0 1022>;
|
||||
reg = <0 800>;
|
||||
};
|
||||
|
||||
bootcount: bootcount {
|
||||
|
|
Loading…
Reference in a new issue