Re: [U-Boot] [PATCH v2] powerpc/t1024: add serdes protocol 0x40 and 0x5f

2015-01-22 Thread York Sun
On 12/17/2014 01:38 AM, Shengzhou Liu wrote: > Add serdes protocol 0x40 and 0x5f. > > Signed-off-by: Shengzhou Liu > --- > v2: fix a typo. > Applied to u-boot-mpc85xx master branch, awaiting upstream. York ___ U-Boot mailing list U-Boot@lists.denx

[U-Boot] [PATCH v2] powerpc/t1024: add serdes protocol 0x40 and 0x5f

2014-12-17 Thread Shengzhou Liu
Add serdes protocol 0x40 and 0x5f. Signed-off-by: Shengzhou Liu --- v2: fix a typo. arch/powerpc/cpu/mpc85xx/t1024_serdes.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/powerpc/cpu/mpc85xx/t1024_serdes.c b/arch/powerpc/cpu/mpc85xx/t1024_serdes.c index 7dc8385..2ba314a 100644 ---