Re: [U-Boot] [PATCH] Enable console log from earlyconsole in Linux bootargs

2015-12-14 Thread York Sun
On 10/31/2015 06:20 PM, Pratiyush Mohan Srivastava wrote: > Remove 115200 from "earlycon" to avoid loss of initial > log messages during linux kernel 4.1 bootup > > Signed-off-by: Pratiyush Mohan Srivastava > --- Applied to fsl-qoriq master. Awaiting upstream. York _

Re: [U-Boot] [PATCH] Enable console log from earlyconsole in Linux bootargs

2015-11-30 Thread York Sun
On 10/31/2015 03:20 AM, Pratiyush Mohan Srivastava wrote: > Remove 115200 from "earlycon" to avoid loss of initial > log messages during linux kernel 4.1 bootup > > Signed-off-by: Pratiyush Mohan Srivastava > --- > include/configs/ls2080a_common.h | 2 +- > include/configs/ls2080ardb.h |

[U-Boot] [PATCH] Enable console log from earlyconsole in Linux bootargs

2015-10-31 Thread Pratiyush Mohan Srivastava
Remove 115200 from "earlycon" to avoid loss of initial log messages during linux kernel 4.1 bootup Signed-off-by: Pratiyush Mohan Srivastava --- include/configs/ls2080a_common.h | 2 +- include/configs/ls2080ardb.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inclu