boot: skip clock sync test on qemu-arm-virt
This sanity check does not pass reliably on qemu-arm-virt due to it being a virtualized platform. Signed-off-by: Nick Spinale <nick@nickspinale.com>
This commit is contained in:
parent
a34aed4b70
commit
c49ed7c152
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ static inline BOOT_CODE pptr_t it_alloc_paging(void)
|
|||
/* return the amount of paging structures required to cover v_reg */
|
||||
word_t arch_get_n_paging(v_region_t it_veg);
|
||||
|
||||
#if defined(CONFIG_DEBUG_BUILD) && defined(ENABLE_SMP_SUPPORT) && defined(CONFIG_KERNEL_MCS)
|
||||
#if defined(CONFIG_DEBUG_BUILD) && defined(ENABLE_SMP_SUPPORT) && defined(CONFIG_KERNEL_MCS) && !defined(CONFIG_PLAT_QEMU_ARM_VIRT)
|
||||
/* Test whether clocks are synchronised across nodes */
|
||||
#define ENABLE_SMP_CLOCK_SYNC_TEST_ON_BOOT
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue