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:
Olof Johansson 2022-06-14 20:45:52 +02:00 committed by Anas Nashif
parent e9e030f56b
commit 78847e92cb

View file

@ -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;