From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 13 Aug 2009 08:24:31 -0400 Subject: [U-Boot] LIBFDT - changing command line In-Reply-To: <20090813055024.32371833DBD2@gemini.denx.de> References: <4A81C88B.3090808@monstr.eu> <4A81F16D.9070001@gmail.com> <4A825F5D.9030207@monstr.eu> <4A837625.6010507@gmail.com> <20090813055024.32371833DBD2@gemini.denx.de> Message-ID: <4A8405FF.1060305@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk wrote: > Dear Jerry Van Baren, > > In message <4A837625.6010507@gmail.com> you wrote: >> => fdt set /chosen bootargs console=ttyUL\ root=/dev/mtdblock0 > > Why not simply > > => fdt set /chosen bootargs "console=ttyUL root=/dev/mtdblock0" > > ? > > Best regards, > > Wolfgang Denk Hi Wolfgang, I did not try that last night. I should have because it should work, at least for hush. Best regards, gvb