summaryrefslogtreecommitdiff
path: root/configs/mx6sxsabreauto_qspi1_defconfig
AgeCommit message (Collapse)Author
2018-09-10MLK-19505: configs: add fastboot support for qspi u-bootHan Xu
add fastboot for qspi u-boot Signed-off-by: Han Xu <han.xu@nxp.com>
2018-07-08MLK-18787 mx6sxsabreauto: Fix vga stdout and stderrYe Li
The u-boot changed to check CONFIG_IS_ENABLED for SYS_CONSOLE_IS_IN_ENV, so we have to set the configuration in defconfig not in header file, otherwise the checking will fail and lead to use vga for stdout and stderr when video is enabled. Fix the issue by moving CONFIG_VIDEO and CONFIG_SYS_CONSOLE_IS_IN_ENV to defconfig and remove duplicated configurations from header file. Signed-off-by: Ye Li <ye.li@nxp.com>
2018-04-27MLK-18152-6 configs: mx6sxsabreauto: Update and add build configsYe Li
Update mx6sxsabreauto defconfig to align with v2017.03. Add other configs to support QSPI1 boot, NAND boot and plugin. Signed-off-by: Ye Li <ye.li@nxp.com>