All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] riscv: ae350: Fix OF_BOARD boot failure
@ 2022-04-20  1:14 Andes
  2022-05-18  7:12 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: Andes @ 2022-04-20  1:14 UTC (permalink / raw)
  To: u-boot; +Cc: rick, rickchen36, ycliang

From: Rick Chen <rick@andestech.com>

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>
---
 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 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/2] riscv: ae350: Fix OF_BOARD boot failure
  2022-04-20  1:14 [PATCH 1/2] riscv: ae350: Fix OF_BOARD boot failure Andes
@ 2022-05-18  7:12 ` Leo Liang
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Liang @ 2022-05-18  7:12 UTC (permalink / raw)
  To: Andes; +Cc: u-boot, rick, rickchen36, ycliang

On Wed, Apr 20, 2022 at 09:14:05AM +0800, Andes wrote:
> From: Rick Chen <rick@andestech.com>
> 
> 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>
> ---
>  board/AndesTech/ax25-ae350/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-18  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20  1:14 [PATCH 1/2] riscv: ae350: Fix OF_BOARD boot failure Andes
2022-05-18  7:12 ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.