projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e0edca
)
riscv: ae350: Fix OF_BOARD boot failure
author
Rick Chen
<rick@andestech.com>
Wed, 20 Apr 2022 01:14:05 +0000
(09:14 +0800)
committer
Leo Yu-Chi Liang
<ycliang@andestech.com>
Thu, 26 May 2022 10:37:51 +0000
(18:37 +0800)
Enable OF_HAS_PRIOR_STAGE for ae350 boards with OF_BOARD
Fixes:
239d22c79520
("fdt: Enable OF_HAS_PRIOR_STAGE for most boards with OF_BOARD")
Signed-off-by: Rick Chen <rick@andestech.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
board/AndesTech/ax25-ae350/Kconfig
patch
|
blob
|
history
diff --git
a/board/AndesTech/ax25-ae350/Kconfig
b/board/AndesTech/ax25-ae350/Kconfig
index
e50f505
..
91eec35
100644
(file)
--- a/
board/AndesTech/ax25-ae350/Kconfig
+++ b/
board/AndesTech/ax25-ae350/Kconfig
@@
-35,5
+35,6
@@
config BOARD_SPECIFIC_OPTIONS # dummy
imply SMP
imply SPL_RAM_SUPPORT
imply SPL_RAM_DEVICE
+ imply OF_HAS_PRIOR_STAGE
endif