
Hi York,
Yes, I did it on purpose. T102XQDS is not supported in SDK1.7 anymore. So I don't want to put more efforts to add SPI/NAND/SD boot deep sleep support. That means t102xqds only supports nor-boot deep sleep and need not to update spl.c.
It is the same case for T1040QDS.
Thanks, Yuantian
-----Original Message----- From: Sun York-R58495 Sent: Friday, January 16, 2015 2:02 AM To: Tang Yuantian-B29983 Cc: u-boot@lists.denx.de Subject: Re: [PATCH] mpc85xx/t102xqds: convert deep sleep to generic board interface
Yuantian,
On 12/17/2014 05:55 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 Yuantian.Tang@freescale.com
board/freescale/t102xqds/ddr.c | 19 +++++++++++++++++++ board/freescale/t102xqds/t102xqds.c | 23 +++++++++++------------ include/configs/T102xQDS.h | 3 +++ 3 files changed, 33 insertions(+), 12 deletions(-)
You disable console in spl.c for RDB, but not for QDS. Is that what you want?
York