diff options
author | Rick Chen <rick@andestech.com> | 2019-05-09 10:20:19 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-05-09 16:46:46 +0800 |
commit | e7e47f6391d13bd7e6d5dd705c548d0260a88c55 (patch) | |
tree | 08479834a999aa74b83db4c9659db73acd21e029 /board/AndesTech | |
parent | bdce38965e79143ed58bf1c6d39c650ff3dfefd1 (diff) | |
download | u-boot-e7e47f6391d13bd7e6d5dd705c548d0260a88c55.zip u-boot-e7e47f6391d13bd7e6d5dd705c548d0260a88c55.tar.gz u-boot-e7e47f6391d13bd7e6d5dd705c548d0260a88c55.tar.bz2 |
riscv: configs: Support AE350 SMP booting from flash flow
Add two defconfigs to support AE350 SMP booting from flash.
Signed-off-by: Rick Chen <rick@andestech.com>
Cc: Greentime Hu <greentime@andestech.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'board/AndesTech')
-rw-r--r-- | board/AndesTech/ax25-ae350/MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/AndesTech/ax25-ae350/MAINTAINERS b/board/AndesTech/ax25-ae350/MAINTAINERS index b0a99e4..feed5d1 100644 --- a/board/AndesTech/ax25-ae350/MAINTAINERS +++ b/board/AndesTech/ax25-ae350/MAINTAINERS @@ -5,3 +5,5 @@ F: board/AndesTech/ax25-ae350/ F: include/configs/ax25-ae350.h F: configs/ae350_rv32_defconfig F: configs/ae350_rv64_defconfig +F: configs/ae350_rv32_xip_defconfig +F: configs/ae350_rv64_xip_defconfig |