summaryrefslogtreecommitdiff
path: root/configs/ls2080aqds_qspi_defconfig
Commit message (Collapse)AuthorAgeLines
* configs: Migrate CONFIG_USB_STORAGETom Rini2016-09-09-0/+1
| | | | | | | In some cases we were missing CONFIG_USB=y so enable that when needed. Reviewed-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Resync with savedefconfigTom Rini2016-09-09-2/+2
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* configs: Re-sync after boot menu changesTom Rini2016-06-28-9/+9
| | | | Signed-off-by: Tom Rini <trini@konsulko.com>
* armv8: ls2080aqds: Enable QSPI boot supportYuan Yao2016-06-10-0/+37
This patch adds QSPI boot support for LS2080AQDS board. The QSPI boot image need to be programmed into the QSPI flash first. Then we can switch to booting from QSPI memory space. Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>