Re: [U-Boot] [PATCH 2/2] ARM: versatile: pass console setting to the kernel

2014-01-13 Thread Albert ARIBAUD
Hi Linus, On Wed, 27 Nov 2013 10:33:49 +0100, Linus Walleij wrote: > The Versatiles come up with the primary UART set to ttyAMA0 at > 38400 baud, and unless we pass this to the kernel it will assume > it is set to 9600 baud which will be quite awkward for the > terminal, let's try to be helpful

Re: [U-Boot] [PATCH 2/2] ARM: versatile: pass console setting to the kernel

2013-11-27 Thread Linus Walleij
On Wed, Nov 27, 2013 at 11:03 AM, Marek Vasut wrote: > [Me] >> #define CONFIG_BOOTDELAY 2 >> #define CONFIG_BOOTARGS "root=/dev/nfs mem=128M ip=dhcp "\ >> - "netdev=25,0,0xf101,0xf1010010,eth0" >> + "netdev=25,0,0xf101

Re: [U-Boot] [PATCH 2/2] ARM: versatile: pass console setting to the kernel

2013-11-27 Thread Marek Vasut
Dear Linus Walleij, > The Versatiles come up with the primary UART set to ttyAMA0 at > 38400 baud, and unless we pass this to the kernel it will assume > it is set to 9600 baud which will be quite awkward for the > terminal, let's try to be helpful and inform the kernel what > setting is used. >

[U-Boot] [PATCH 2/2] ARM: versatile: pass console setting to the kernel

2013-11-27 Thread Linus Walleij
The Versatiles come up with the primary UART set to ttyAMA0 at 38400 baud, and unless we pass this to the kernel it will assume it is set to 9600 baud which will be quite awkward for the terminal, let's try to be helpful and inform the kernel what setting is used. Cc: Stefano Babic Cc: Marek Vasu