fix(intel): temporarily workaround for Zephyr SMP

Temporarily workaround for Zephyr SMP testing.

Change-Id: I9d2d209e9f384d079f0311b3a8b0b760e0566877
Signed-off-by: Sieu Mun Tang <sieu.mun.tang@intel.com>
This commit is contained in:
Sieu Mun Tang 2023-08-01 13:43:26 +08:00 committed by Jit Loon Lim
parent 93823fb6ec
commit 68820f6421

View file

@ -84,7 +84,8 @@ void bl2_el3_early_platform_setup(u_register_t x0, u_register_t x1,
PLAT_BAUDRATE, &console); PLAT_BAUDRATE, &console);
/* Store magic number */ /* Store magic number */
mmio_write_32(L2_RESET_DONE_REG, PLAT_L2_RESET_REQ); // TODO: Temp workaround to ungate testing
// mmio_write_32(L2_RESET_DONE_REG, PLAT_L2_RESET_REQ);
} }
void bl2_el3_plat_arch_setup(void) void bl2_el3_plat_arch_setup(void)