mirror of
https://github.com/apache/nuttx.git
synced 2026-09-01 22:53:01 +00:00
arm64/qemu: decouple qemu board from chip
decouple qemu board from chip to support custom boards Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
589c0e13b8
commit
7352e8ebfa
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue