From: Rick Chen Date: Tue, 2 Apr 2019 07:56:44 +0000 (+0800) Subject: riscv: ae350: enable SMP X-Git-Tag: v2019.07-rc1~38^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076b845893f3bb59dfad80b012d28191c19e2f7b;p=pandora-u-boot.git riscv: ae350: enable SMP Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng Reviewed-by: Lukas Auer --- 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