1
0
Fork 0

x86: Correct duplicate POST values

Two power-on-self-test values are the same. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
utp
Simon Glass 2016-03-06 19:28:18 -07:00 committed by Bin Meng
parent e28fcb2279
commit fde467772b
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
#define POST_CPU_INFO 0x2d
#define POST_PRE_MRC 0x2e
#define POST_MRC 0x2f
#define POST_DRAM 0x2f
#define POST_LAPIC 0x30
#define POST_DRAM 0x30
#define POST_LAPIC 0x31
#define POST_RAM_FAILURE 0xea
#define POST_BIST_FAILURE 0xeb