diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-10 08:21:54 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-28 20:42:56 -0600 |
commit | 92cc94a1fe8e7a3ec78e993ea1ff1dd0bbaa5c36 (patch) | |
tree | aa5553fbc06b31b4ef61c8371490c6aad16b1a0e /include | |
parent | dc68584b420139b8160c3b10921fdf3155f2549f (diff) | |
download | u-boot-imx-92cc94a1fe8e7a3ec78e993ea1ff1dd0bbaa5c36.zip u-boot-imx-92cc94a1fe8e7a3ec78e993ea1ff1dd0bbaa5c36.tar.gz u-boot-imx-92cc94a1fe8e7a3ec78e993ea1ff1dd0bbaa5c36.tar.bz2 |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/coreboot.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |