projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e28fcb2
)
x86: Correct duplicate POST values
author
Simon Glass
<sjg@chromium.org>
Mon, 7 Mar 2016 02:28:18 +0000
(19:28 -0700)
committer
Bin Meng
<bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:23 +0000
(10:27 +0800)
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>
arch/x86/include/asm/post.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/post.h
b/arch/x86/include/asm/post.h
index f49ce992d15e129afb16936cb24e2b586555b58b..6b774bdbe8a43efcc640b2d3301def49b5b0f03a 100644
(file)
--- a/
arch/x86/include/asm/post.h
+++ b/
arch/x86/include/asm/post.h
@@
-29,8
+29,8
@@
#define POST_CPU_INFO 0x2d
#define POST_PRE_MRC 0x2e
#define POST_MRC 0x2f
-#define POST_DRAM 0x
2f
-#define POST_LAPIC 0x3
0
+#define POST_DRAM 0x
30
+#define POST_LAPIC 0x3
1
#define POST_RAM_FAILURE 0xea
#define POST_BIST_FAILURE 0xeb