commit | 2f2efbcc0cf978cefb802a1076fa1df5bd58f8d9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Oct 10 08:21:54 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 28 20:42:56 2014 -0600 |
tree | aa5553fbc06b31b4ef61c8371490c6aad16b1a0e | |
parent | 44f4b21369e1406eec1fee61cc520b6340ad04ca [diff] [blame] |
x86: Display basic CPU information on boot Display the type of CPU (x86 or x86_64) when starting up. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h index 4b90dc2..a65d89b 100644 --- a/include/configs/coreboot.h +++ b/include/configs/coreboot.h
@@ -26,6 +26,7 @@ #define CONFIG_PHYSMEM #define CONFIG_SYS_EARLY_PCI_INIT #define CONFIG_DISPLAY_BOARDINFO_LATE +#define CONFIG_DISPLAY_CPUINFO #define CONFIG_DM #define CONFIG_CMD_DM