From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 15 Jan 2015 10:01:52 -0800 Subject: [U-Boot] [PATCH] mpc85xx/t102xqds: convert deep sleep to generic board interface In-Reply-To: <1418867707-33506-1-git-send-email-Yuantian.Tang@freescale.com> References: <1418867707-33506-1-git-send-email-Yuantian.Tang@freescale.com> Message-ID: <54B80090.9040008@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > 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