dtc: riscv: esp32c3_devkitm: silence dtc warning
dtc warns about prefix 0's on the first partition (@0000). Remove the extra digits. Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
parent
e9e030f56b
commit
78847e92cb
|
@ -90,7 +90,7 @@
|
|||
#size-cells = <1>;
|
||||
|
||||
/* Reserve 60kB for the bootloader */
|
||||
boot_partition: partition@0000 {
|
||||
boot_partition: partition@0 {
|
||||
label = "mcuboot";
|
||||
reg = <0x00000000 0x0000F000>;
|
||||
read-only;
|
||||
|
|
Loading…
Reference in a new issue