Commit dc494ec6 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

change partition QSPI

parent ed0cdfa1
Pipeline #4391 canceled with stages
in 1 minute and 35 seconds
......@@ -153,15 +153,7 @@
spi-max-frequency = <108000000>;
partition@0x00000000 {
label = "boot";
reg = <0x00000000 0x02000000>; /* 32MB */
};
partition@0x02000000 {
label = "bootenv";
reg = <0x02000000 0x00040000>; /* 256KB */
};
partition@0x02040000 {
label = "kernel";
reg = <0x02040000 0x04000000>; /* 64MB */
reg = <0x00000000 0x08000000>; /* 32MB */
};
};
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment