diff --git a/core/arch/arm/kernel/boot.c b/core/arch/arm/kernel/boot.c index d024b54f50a..3753661f3c7 100644 --- a/core/arch/arm/kernel/boot.c +++ b/core/arch/arm/kernel/boot.c @@ -1023,6 +1023,10 @@ void __weak boot_init_primary_late(unsigned long fdt __unused, #ifdef CFG_CORE_ASLR DMSG("Executing at offset %#lx with virtual load address %#"PRIxVA, (unsigned long)boot_mmu_config.map_offset, VCORE_START_VA); +#endif +#ifdef CFG_NS_VIRTUALIZATION + DMSG("NS-virtualization enabled, supporting %u guests", + CFG_VIRT_GUEST_COUNT); #endif if (IS_ENABLED(CFG_MEMTAG)) DMSG("Memory tagging %s",