mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08: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:
@@ -179,7 +179,9 @@ void arm64_chip_boot(void)
|
|||||||
* configuration of board specific resources such as GPIOs, LEDs, etc.
|
* configuration of board specific resources such as GPIOs, LEDs, etc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef CONFIG_ARCH_CHIP_CUSTOM
|
||||||
qemu_board_initialize();
|
qemu_board_initialize();
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef USE_EARLYSERIALINIT
|
#ifdef USE_EARLYSERIALINIT
|
||||||
/* Perform early serial initialization if we are going to use the serial
|
/* Perform early serial initialization if we are going to use the serial
|
||||||
|
|||||||
Reference in New Issue
Block a user