aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/ls1021atwr/ls102xa_rcw_sd_qspi.cfg
AgeCommit message (Collapse)AuthorFilesLines
2016-11-21arm: ls1021a: improve the core frequency to 1.2GHZYuan Yao1-1/+1
Change core clock to 1.2GHz in the configurations for SD and NAND boot. Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
2015-10-26arm: ls1021a: Add QSPI or IFC support in SD bootAlison Wang1-0/+8
As QSPI and IFC are pin-multiplexed on LS1021A, only IFC is supported in SD boot now. For the customer's demand, QSPI needs to be supported in SD boot too. This patch adds QSPI or IFC support in SD boot according to the corresponding defconfig. For detail, ls1021atwr_sdcard_ifc_defconfig is used to support IFC in SD boot and ls1021atwr_sdcard_qspi_defconfig is used to support QSPI in SD boot. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>