mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
arm64: dts: socfpga: agilex5: update qspi partitions for 013b board
Update qspi flash partitions to support Remote System Update (RSU). Signed-off-by: Niravkumar L Rabara <niravkumarlaxmidas.rabara@altera.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
This commit is contained in:
parent
44964e81d1
commit
38eff72f2d
|
|
@ -102,12 +102,12 @@ partitions {
|
|||
|
||||
qspi_boot: partition@0 {
|
||||
label = "u-boot";
|
||||
reg = <0x0 0x00600000>;
|
||||
reg = <0x0 0x00c00000>;
|
||||
};
|
||||
|
||||
root: partition@4200000 {
|
||||
root: partition@c00000 {
|
||||
label = "root";
|
||||
reg = <0x00600000 0x03a00000>;
|
||||
reg = <0x00c00000 0x03400000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user