Commit c9c41d0e2b5b1dd8303dd31131e009524fd238da

Authored by Fabio Estevam
Committed by Stefano Babic
1 parent 1769502b53

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 <fabio.estevam@freescale.com>

Showing 1 changed file with 2 additions and 4 deletions Side-by-side Diff

board/freescale/mx6sabresd/mx6sabresd.c
... ... @@ -754,10 +754,8 @@
754 754 }
755 755  
756 756 /*
757   - * This section require the differentiation
758   - * between iMX6 Sabre Families.
759   - * But for now, it will configure only for
760   - * SabreSD.
  757 + * This section requires the differentiation between iMX6 Sabre boards, but
  758 + * for now, it will configure only for the mx6q variant.
761 759 */
762 760 static void spl_dram_init(void)
763 761 {