Re: [U-Boot] [PATCH] mpc85xx/t1040qds: convert deep sleep to generic board interface

2015-01-22 Thread York Sun
On 12/17/2014 08:20 PM, Tang Yuantian wrote: > A new deep sleep interface is introduced to support generic > board structure. Converts it to use new interface. > > Signed-off-by: Tang Yuantian > --- Applied to u-boot-mpc85xx master branch, awaiting upstream. York

[U-Boot] [PATCH] mpc85xx/t1040qds: convert deep sleep to generic board interface

2014-12-17 Thread Tang Yuantian
A new deep sleep interface is introduced to support generic board structure. Converts it to use new interface. Signed-off-by: Tang Yuantian --- board/freescale/t1040qds/ddr.c | 19 +++ board/freescale/t1040qds/t1040qds.c | 23 +++ include/configs/T1040QDS