Skip to content
Snippets Groups Projects
Commit 3365d898 authored by Luka Perkov's avatar Luka Perkov
Browse files

imx6: add back bootargs


They make our life easier when testing ramdisk images.

Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 38420
parent 41027beb
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
usdhc3 = &usdhc4; usdhc3 = &usdhc4;
}; };
chosen {
bootargs = "console=ttymxc1,115200";
};
memory { memory {
reg = <0x10000000 0x40000000>; reg = <0x10000000 0x40000000>;
}; };
......
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
usdhc3 = &usdhc4; usdhc3 = &usdhc4;
}; };
chosen {
bootargs = "console=ttymxc1,115200";
};
memory { memory {
reg = <0x10000000 0x40000000>; reg = <0x10000000 0x40000000>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment