arch: k210: Fix cpu1 hangup during boot with qemu

This commit is contained in:
Masayuki Ishikawa 2020-05-07 13:41:52 +09:00 committed by Alin Jerpelea
parent 6eb6d31c32
commit 1cf62c7db9

View File

@ -87,8 +87,6 @@ void __k210_start(uint32_t mhartid)
const uint32_t *src;
uint32_t *dest;
g_serial_ok = false;
if (0 < mhartid)
{
goto cpu1;