Re: [U-Boot] [PATCH 12/16] Blackfin: Bf60x: initcode: set up uart baud properly

2012-08-07 Thread Mike Frysinger
On Tuesday 07 August 2012 04:07:51 Bob Liu wrote: > Set up uart baud properly for booting u-boot over UART squash into one of the earlier "initial bf60x support" patches -mike signature.asc Description: This is a digitally signed message part. ___ U-Bo

[U-Boot] [PATCH 12/16] Blackfin: Bf60x: initcode: set up uart baud properly

2012-08-07 Thread Bob Liu
From: Sonic Zhang Set up uart baud properly for booting u-boot over UART Signed-off-by: Sonic Zhang Signed-off-by: Bob Liu --- arch/blackfin/cpu/initcode.c |8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/blackfin/cpu/initcode.c b/arch/blackfin/cpu/initcode.