by nielsek » Sun Mar 24, 2013 10:29 am
$this->bbcode_second_pass_quote('Kurlon', 'Y')es, you'll want to update the bootargs, or remove them completely and rely on uboot's supplied args. Compile the dts to a dtb, then append that to the end of the supplied zImage and finally make a uImage from the zImage.
So I should delete the following part from the dts file, build new dtb and cat it to your zImage file?
chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk root=/dev/sda1 rootdelay=10";
};