mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
x86: coral: Align bootph SPI-flash subnodes with parent
The subnode has different tags from the parents, which is not correct. Fix the subnode. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
69c3705be9
commit
2c714d682d
1 changed files with 4 additions and 2 deletions
|
@ -369,12 +369,14 @@
|
|||
rw-mrc-cache {
|
||||
label = "rw-mrc-cache";
|
||||
reg = <0x008e0000 0x00010000>;
|
||||
bootph-all;
|
||||
bootph-some-ram;
|
||||
bootph-pre-ram;
|
||||
};
|
||||
rw-var-mrc-cache {
|
||||
label = "rw-mrc-cache";
|
||||
reg = <0x008f0000 0x0001000>;
|
||||
bootph-all;
|
||||
bootph-some-ram;
|
||||
bootph-pre-ram;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue