diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-24 09:12:12 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-06-24 09:12:12 +0200 |
commit | f91f5fb4200f73980c13863b3a47c38e08ed201b (patch) | |
tree | da87af40c7e192cd018af32b580b893388a8353e /config.i440fx.seabios | |
parent | 37492d6e3bf2f6f890556f7fe15fd9f8e2d18d84 (diff) | |
download | coreboot-f91f5fb4200f73980c13863b3a47c38e08ed201b.tar.gz |
turn off CONFIG_ANY_TOOLCHAIN
Diffstat (limited to 'config.i440fx.seabios')
-rw-r--r-- | config.i440fx.seabios | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.i440fx.seabios b/config.i440fx.seabios index 33f0c7e..b2e2326 100644 --- a/config.i440fx.seabios +++ b/config.i440fx.seabios @@ -1,5 +1,5 @@ CONFIG_EXPERT=y -CONFIG_ANY_TOOLCHAIN=y +#CONFIG_ANY_TOOLCHAIN=y CONFIG_VENDOR_EMULATION=y CONFIG_BOARD_EMULATION_QEMU_X86_I440FX=y CONFIG_COREBOOT_ROMSIZE_KB_4096=y |