[PATCH 1/7] arm/imx6: add imx6q sabrelite board support
Richard Zhao
richard.zhao at freescale.com
Mon Dec 12 02:50:48 EST 2011
> > > > +
> > > > + chosen {
> > > > + bootargs = "console=ttymxc1,115200";
> > > > + };
> > > > +
> > > Maybe we can start dropping this, since kernel is now able to get
> > > bootargs from atags even in case that bootloader can not pass dtb
> > > and the dtb is appended to kernel image.
> > kernel has a config "Extend bootloader kernel arguments". Does it help
> > such case?
>
> CONFIG_ARM_APPENDED_DTB and CONFIG_ARM_ATAG_DTB_COMPAT
I don't like puting cmdline in dts either, but kernel provide
CONFIG_CMDLINE_EXTEND and CONFIG_CMDLINE_FORCE, it's better to at least
let uart work. I don't quite insist on it.
Thanks
Richard
>
> --
> Regards,
> Shawn
More information about the linux-arm-kernel
mailing list