This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 7352e8ebfa1 arm64/qemu: decouple qemu board from chip
7352e8ebfa1 is described below

commit 7352e8ebfa19085fe9299e6e66c6267f4f5051f3
Author: chao an <anchao.arc...@bytedance.com>
AuthorDate: Sun Jul 13 16:31:55 2025 +0800

    arm64/qemu: decouple qemu board from chip
    
    decouple qemu board from chip to support custom boards
    
    Signed-off-by: chao an <anchao.arc...@bytedance.com>
---
 arch/arm64/src/qemu/qemu_boot.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/src/qemu/qemu_boot.c b/arch/arm64/src/qemu/qemu_boot.c
index df19de57a4d..dc4cdb50727 100644
--- a/arch/arm64/src/qemu/qemu_boot.c
+++ b/arch/arm64/src/qemu/qemu_boot.c
@@ -179,7 +179,9 @@ void arm64_chip_boot(void)
    * configuration of board specific resources such as GPIOs, LEDs, etc.
    */
 
+#ifndef CONFIG_ARCH_CHIP_CUSTOM
   qemu_board_initialize();
+#endif
 
 #ifdef USE_EARLYSERIALINIT
   /* Perform early serial initialization if we are going to use the serial

Reply via email to