diff options
author | Alif M. Ahmad <alive4ever@live.com> | 2018-02-27 02:01:04 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 17:24:30 +0200 |
commit | 0d6d8d71fcf9d60b39047d6b79e599663227836f (patch) | |
tree | 6ce76ae504b6098840124c07af2ddce17f0db224 | |
parent | d4cad59927c2534773413f413221ae817052a596 (diff) | |
download | upstream-0d6d8d71fcf9d60b39047d6b79e599663227836f.tar.gz upstream-0d6d8d71fcf9d60b39047d6b79e599663227836f.tar.bz2 upstream-0d6d8d71fcf9d60b39047d6b79e599663227836f.zip |
x86: disable CONFIG_EFI_VARS
Disable CONFIG_EFI_VARS, since it suffers from sysfs limitation (no
support for variable longer than 1024 bytes).
kmod-fs-efivarfs is the replacement of this, which enables mounting
efivarfs file system and doesn't suffer from 1024 bytes limitation.
Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
(cherry picked from commit b0a51dab8c5b8d40828a00b0c6d66450bf90f217)
-rw-r--r-- | target/linux/x86/64/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/x86/64/config-default b/target/linux/x86/64/config-default index faaba8064e..f55423e1c5 100644 --- a/target/linux/x86/64/config-default +++ b/target/linux/x86/64/config-default @@ -113,7 +113,7 @@ CONFIG_EFI_RUNTIME_MAP=y CONFIG_EFI_RUNTIME_WRAPPERS=y CONFIG_EFI_STUB=y # CONFIG_EFI_TEST is not set -CONFIG_EFI_VARS=y +# CONFIG_EFI_VARS is not set CONFIG_FB=y CONFIG_FB_CFB_COPYAREA=y CONFIG_FB_CFB_FILLRECT=y |