提交 f1d6ed21 编写于 作者: L Lee Jones 提交者: Benoit Cousson

ARM: dts: Remove '0x's from OMAP2420 H4 DTS file

Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
上级 9448996c
...@@ -50,15 +50,15 @@ ...@@ -50,15 +50,15 @@
label = "bootloader"; label = "bootloader";
reg = <0 0x20000>; reg = <0 0x20000>;
}; };
partition@0x20000 { partition@20000 {
label = "params"; label = "params";
reg = <0x20000 0x20000>; reg = <0x20000 0x20000>;
}; };
partition@0x40000 { partition@40000 {
label = "kernel"; label = "kernel";
reg = <0x40000 0x200000>; reg = <0x40000 0x200000>;
}; };
partition@0x240000 { partition@240000 {
label = "file-system"; label = "file-system";
reg = <0x240000 0x3dc0000>; reg = <0x240000 0x3dc0000>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册