Skip to content

Commit 326f080

Browse files
de-nordicnashif
authored andcommitted
xtensa: dc233c: Fix build warning in DTS on leading zeros
Leading zeros removed from unit name. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 6c68d62 commit 326f080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/xtensa/dc233c.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Although RAM is of size 128MB (0x08000000), limit this to 16MB so
2323
* fewer L2 page table entries are needed when MMU is enabled.
2424
*/
25-
sram0: memory@00000000 {
25+
sram0: memory@0 {
2626
device_type = "memory";
2727
compatible = "mmio-sram";
2828
reg = <0x00000000 0x01000000>;

0 commit comments

Comments
 (0)