提交 25cd17a2 编写于 作者: F Fabio Estevam 提交者: Shawn Guo

ARM: dts: imx6ul-pico-hobbit: Do not hardcode the memory size

There are two variants of imx6ul-pico boards: one with 256MB and
another one with 512MB of RAM.

Do not hardcode the memory size in the device tree and let the
bootloader fill the correct value instead.
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 0982a24f
......@@ -51,8 +51,9 @@
model = "Technexion Pico i.MX6UL Board";
compatible = "technexion,imx6ul-pico-hobbit", "fsl,imx6ul";
/* Will be filled by the bootloader */
memory@80000000 {
reg = <0x80000000 0x10000000>;
reg = <0x80000000 0>;
};
chosen {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册