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:
Daniel Leung 2018-10-19 09:22:47 -07:00 committed by Anas Nashif
parent 51e47180f0
commit c15774bfa3

View file

@ -27,7 +27,7 @@
};
sram0: memory@0xbe000000 {
sram0: memory@be000000 {
device_type = "memory";
compatible = "mmio-sram";
reg = <0xbe000000 0x300000>;