diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-06-23 12:18:54 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-07-14 18:03:17 -0600 |
commit | 07a52865fe4a2e8bce16d9d8f8a61c66b3afa9ee (patch) | |
tree | cc230273c94ec803382f90278c8c4085b530c4d2 /configs/crownbay_defconfig | |
parent | 1281a1fc97992b8561f500bf2d0f222149031d4b (diff) |
x86: crownbay: Enable writing MP table
Enable writing MP table for Intel Crown Bay board.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/crownbay_defconfig')
-rw-r--r-- | configs/crownbay_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 6c385042b2a..2af93bc4118 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -18,4 +18,5 @@ CONFIG_CPU=y CONFIG_SPI_FLASH=y CONFIG_USE_PRIVATE_LIBGCC=y CONFIG_SYS_VSNPRINTF=y +CONFIG_GENERATE_MP_TABLE=y CONFIG_DM_RTC=y |