dts: intel_s1000: fix warning about leading "0x"
This removes the prefix "0x" for sram0 to fix a warning. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
51e47180f0
commit
c15774bfa3
|
@ -27,7 +27,7 @@
|
|||
|
||||
};
|
||||
|
||||
sram0: memory@0xbe000000 {
|
||||
sram0: memory@be000000 {
|
||||
device_type = "memory";
|
||||
compatible = "mmio-sram";
|
||||
reg = <0xbe000000 0x300000>;
|
||||
|
|
Loading…
Reference in a new issue