mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 19:01:37 +00:00
imx6: add back bootargs
They make our life easier when testing ramdisk images. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38420
This commit is contained in:
parent
41027beb69
commit
3365d89817
target/linux/imx6/files-3.10/arch/arm/boot/dts
@ -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 @@
|
|||||||
usdhc3 = &usdhc4;
|
usdhc3 = &usdhc4;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chosen {
|
||||||
|
bootargs = "console=ttymxc1,115200";
|
||||||
|
};
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
reg = <0x10000000 0x40000000>;
|
reg = <0x10000000 0x40000000>;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user