diff options
| author | Rick Chen <[email protected]> | 2019-04-02 15:56:44 +0800 |
|---|---|---|
| committer | Andes <[email protected]> | 2019-04-08 09:45:08 +0800 |
| commit | 076b845893f3bb59dfad80b012d28191c19e2f7b (patch) | |
| tree | 9853033bc41013e673d0d639c3dfba4e14a065ef /board | |
| parent | a1ce531ab24b1ef5e69dbf29ecbfc6898b454ec1 (diff) | |
riscv: ae350: enable SMP
Signed-off-by: Rick Chen <[email protected]>
Cc: Greentime Hu <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Lukas Auer <[email protected]>
Diffstat (limited to 'board')
| -rw-r--r-- | board/AndesTech/ax25-ae350/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig index 44cb302f708..5e682b679d8 100644 --- a/board/AndesTech/ax25-ae350/Kconfig +++ b/board/AndesTech/ax25-ae350/Kconfig @@ -24,5 +24,6 @@ config ENV_OFFSET config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select RISCV_NDS + imply SMP endif |
