Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | kconfig: remove meaningless prefixes in defconfig files | Masahiro Yamada | 2015-03-15 | -2/+2 |
| | | | | | | | | | | | | Since commit e02ee2548afe (kconfig: switch to single .config configuration), the prefixes in defconfig files such as "+S:", "+ST:", etc., are meaningless. This commit was generated by the following command: find configs -name '*_defconfig' | xargs sed -i 's/^+*S*T*://' Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> | |||
* | arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board | Alison Wang | 2014-12-11 | -0/+3 |
This patch adds QSPI boot support for LS1021AQDS/TWR board. The QSPI boot image need to be programmed into the QSPI flash first. Then the booting will start from QSPI memory space. Signed-off-by: Alison Wang <alison.wang@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com> |