Skip to content

Commit 383daa3

Browse files
committed
bootparam: DoSuspend for LS2K
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
1 parent 6049e21 commit 383daa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pmon/cmds/bootparam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void init_reset_system(struct efi_reset_system_t *reset)
6969
#ifdef LS3A7A_STR
7070
reset->ResetCold = LS3A7A_STR_FUNC_ADDR;
7171
#endif
72-
#ifdef LOONGSON_3ASINGLE
72+
#if defined(LOONGSON_3ASINGLE) || defined(LS2K_STR)
7373
reset->DoSuspend = 0xffffffffbfc00500;
7474
#endif
7575
}

0 commit comments

Comments
 (0)