From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andes Date: Mon, 25 Mar 2019 15:35:20 +0800 Subject: [U-Boot] [PATCH v2 7/7] riscv: ae350: enable SMP In-Reply-To: <20190325073520.452-1-uboot@andestech.com> References: <20190325073520.452-1-uboot@andestech.com> Message-ID: <20190325073520.452-8-uboot@andestech.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Rick Chen Signed-off-by: Rick Chen Cc: Greentime Hu Reviewed-by: Bin Meng --- board/AndesTech/ax25-ae350/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig index 44cb302..5e682b6 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 -- 2.7.4