diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 13:23:08 (GMT) |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 12:17:02 (GMT) |
commit | e28497bf4a13cbc2b260b8ae8164ca97cf636e61 (patch) | |
tree | 1404eb45c5ea9d1a23552a4e7f0b68fc675ee8b2 /configs/theadorable-x86-dfi-bt700_defconfig | |
parent | 0ce9c57620a375bf58ae8d9a20698fb295bd1584 (diff) | |
download | u-boot-e28497bf4a13cbc2b260b8ae8164ca97cf636e61.tar.xz |
x86: kconfig: Select USE_PRIVATE_LIBGCC
x86 is using the built-in libgcc implementation and this cannot be
turned off.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/theadorable-x86-dfi-bt700_defconfig')
-rw-r--r-- | configs/theadorable-x86-dfi-bt700_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig index ad02e0c..35cac6a 100644 --- a/configs/theadorable-x86-dfi-bt700_defconfig +++ b/configs/theadorable-x86-dfi-bt700_defconfig @@ -71,4 +71,3 @@ CONFIG_VIDEO_VESA=y CONFIG_FRAMEBUFFER_SET_VESA_MODE=y CONFIG_FRAMEBUFFER_VESA_MODE_114=y CONFIG_CONSOLE_SCROLL_LINES=5 -CONFIG_USE_PRIVATE_LIBGCC=y |