diff options
author | Heinrich Schuchardt | 2018-10-16 18:47:58 +0200 |
---|---|---|
committer | Alexander Graf | 2018-12-02 21:59:36 +0100 |
commit | 3d05c384600077c88471117eeb5c7d9ffa7ac1c2 (patch) | |
tree | 502ee58a5e326cad7ebc14dcfc9150d9a554aefa /configs/vf610twr_nand_defconfig | |
parent | f1589ffb33a798ddb9391dcbab0ddaea2643c2c8 (diff) |
efi_loader: unset CONFIG_EFI_LOADER on vf610twr
vf610twr_defconfig and vf610twr_nand_defconfig suffer from tight memory
restrictions. Disable CONFIG_EFI_LOADER for these boards.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configs/vf610twr_nand_defconfig')
-rw-r--r-- | configs/vf610twr_nand_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vf610twr_nand_defconfig b/configs/vf610twr_nand_defconfig index 560776fe56d..0a1e28e2ecd 100644 --- a/configs/vf610twr_nand_defconfig +++ b/configs/vf610twr_nand_defconfig @@ -41,4 +41,4 @@ CONFIG_PHY_MICREL=y CONFIG_MII=y CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y -# CONFIG_EFI_UNICODE_CAPITALIZATION is not set +# CONFIG_EFI_LOADER is not set |