summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-03-06 19:28:18 -0700
committerBin Meng <bmeng.cn@gmail.com>2016-03-17 10:27:23 +0800
commitfde467772b763d9f3a4252e49af18957f0a0dfa3 (patch)
tree9cb98847cbeac2891382cc2e4e4367e075dc89ac /arch/x86
parente28fcb2279912e83eb789bef942f928a77d5ba46 (diff)
downloadtalos-obmc-uboot-fde467772b763d9f3a4252e49af18957f0a0dfa3.tar.gz
talos-obmc-uboot-fde467772b763d9f3a4252e49af18957f0a0dfa3.zip
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/post.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/post.h b/arch/x86/include/asm/post.h
index f49ce992d1..6b774bdbe8 100644
--- 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 0x2f
-#define POST_LAPIC 0x30
+#define POST_DRAM 0x30
+#define POST_LAPIC 0x31
#define POST_RAM_FAILURE 0xea
#define POST_BIST_FAILURE 0xeb
OpenPOWER on IntegriCloud