diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-11-15 14:57:52 -0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-11-20 10:30:20 +0100 |
commit | c9c41d0e2b5b1dd8303dd31131e009524fd238da (patch) | |
tree | 3d85f219d8f384a2a11506bf3d85a58dd112f3f2 /board | |
parent | 1769502b5333c209fa60c7eb821be9ce475ef193 (diff) | |
download | u-boot-imx-c9c41d0e2b5b1dd8303dd31131e009524fd238da.zip u-boot-imx-c9c41d0e2b5b1dd8303dd31131e009524fd238da.tar.gz u-boot-imx-c9c41d0e2b5b1dd8303dd31131e009524fd238da.tar.bz2 |
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>
Diffstat (limited to 'board')
-rw-r--r-- | board/freescale/mx6sabresd/mx6sabresd.c | 6 |
1 files changed, 2 insertions, 4 deletions
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) { |