summaryrefslogtreecommitdiff
path: root/board/AndesTech/ax25-ae350
diff options
context:
space:
mode:
authorRick Chen <rick@andestech.com>2022-04-20 04:14:05 +0300
committerLeo Yu-Chi Liang <ycliang@andestech.com>2022-05-26 13:37:51 +0300
commitb277a95c6ece59392e77e475551b909e392229c0 (patch)
treea9380086431181297ba0b93428ab4ef03c72efc7 /board/AndesTech/ax25-ae350
parent7e0edcadb09d55d5319fdc862041fd1b874476f5 (diff)
downloadu-boot-b277a95c6ece59392e77e475551b909e392229c0.tar.xz
riscv: ae350: Fix OF_BOARD boot failure
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>
Diffstat (limited to 'board/AndesTech/ax25-ae350')
-rw-r--r--board/AndesTech/ax25-ae350/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/AndesTech/ax25-ae350/Kconfig b/board/AndesTech/ax25-ae350/Kconfig
index e50f505a2b..91eec35f47 100644
--- 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