From: Fabio Estevam Date: Sat, 15 Nov 2014 16:57:52 +0000 (-0200) Subject: mx6sabresd: State that only mx6q is supported in SPL X-Git-Tag: v2015.01-rc2~3^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c9c41d0e2b5b1dd8303dd31131e009524fd238da;p=platform%2Fkernel%2Fu-boot.git mx6sabresd: State that only mx6q is supported in SPL Make clear that current SPL code only supports the mx6q variant. Signed-off-by: Fabio Estevam --- diff --git a/board/freescale/mx6sabresd/mx6sabresd.c b/board/freescale/mx6sabresd/mx6sabresd.c index 343c3b6..8f369b3 100644 --- a/board/freescale/mx6sabresd/mx6sabresd.c +++ b/board/freescale/mx6sabresd/mx6sabresd.c @@ -754,10 +754,8 @@ static void gpr_init(void) } /* - * This section require the differentiation - * between iMX6 Sabre Families. - * But for now, it will configure only for - * SabreSD. + * This section requires the differentiation between iMX6 Sabre boards, but + * for now, it will configure only for the mx6q variant. */ static void spl_dram_init(void) {