diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-01-06 14:35:38 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-13 07:25:05 -0800 |
commit | 657e384af630463e3c8c4ffbacd16c5e46aeb0e0 (patch) | |
tree | 8dc3961d96ca2edfcbe0835d73cc85ac654dd8fe | |
parent | 617b867fd775d9809b75e9fde57df952f3c3595d (diff) | |
download | u-boot-imx-657e384af630463e3c8c4ffbacd16c5e46aeb0e0.zip u-boot-imx-657e384af630463e3c8c4ffbacd16c5e46aeb0e0.tar.gz u-boot-imx-657e384af630463e3c8c4ffbacd16c5e46aeb0e0.tar.bz2 |
x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.h
CONFIG_DISPLAY_CPUINFO is already defined in x86-common.h, so remove
it to avoid duplication.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | include/configs/chromebook_link.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index e0bf309..7e6d239 100644 --- a/include/configs/chromebook_link.h +++ b/include/configs/chromebook_link.h @@ -20,7 +20,6 @@ #define CONFIG_DCACHE_RAM_MRC_VAR_SIZE 0x4000 #define CONFIG_BOARD_EARLY_INIT_F -#define CONFIG_DISPLAY_CPUINFO #define CONFIG_NR_DRAM_BANKS 8 #define CONFIG_X86_MRC_ADDR 0xfffa0000 |