diff options
-rw-r--r-- | src/arch/x86/llshell/ramtest.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/arch/x86/llshell/ramtest.inc b/src/arch/x86/llshell/ramtest.inc index c02cf451ec..49abd4a0b0 100644 --- a/src/arch/x86/llshell/ramtest.inc +++ b/src/arch/x86/llshell/ramtest.inc @@ -112,8 +112,10 @@ ramtest: jmp 3b 5: CONSOLE_INFO_TX_STRING($rt_toomany) +#if CONFIG_ROMCC post_code(0xf1) jmp .Lhlt +#endif 6: CONSOLE_INFO_TX_STRING($rt_done) |