projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1ce531
)
riscv: ae350: enable SMP
author
Rick Chen
<rick@andestech.com>
Tue, 2 Apr 2019 07:56:44 +0000
(15:56 +0800)
committer
Andes
<uboot@andestech.com>
Mon, 8 Apr 2019 01:45:08 +0000
(09:45 +0800)
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>
board/AndesTech/ax25-ae350/Kconfig
patch
|
blob
|
history
diff --git
a/board/AndesTech/ax25-ae350/Kconfig
b/board/AndesTech/ax25-ae350/Kconfig
index 44cb302f708cd15d3c6b0e8e45334f411de53fec..5e682b679d8aa536ee5370a37a74653e2b1ceb22 100644
(file)
--- 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