diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-09-11 22:38:14 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-09-23 21:55:30 +0200 |
commit | a90bf07afc4363ee69262722ab5802adb7b80e7f (patch) | |
tree | 2ba13a871ce62852d820c78e7bb93a7719c77eb7 /configs/vf610twr_defconfig | |
parent | 6dec87396e4780b8148664908345e8e61273ea2e (diff) | |
download | u-boot-a90bf07afc4363ee69262722ab5802adb7b80e7f.tar.gz |
efi_loader: unset CONFIG_EFI_UNICODE_CAPITALIZATION
Unset CONFIG_EFI_UNICODE_CAPITALIZATION on boards with tough size
restrictions.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'configs/vf610twr_defconfig')
-rw-r--r-- | configs/vf610twr_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/vf610twr_defconfig b/configs/vf610twr_defconfig index 59066a36a9..3f38c8813b 100644 --- a/configs/vf610twr_defconfig +++ b/configs/vf610twr_defconfig @@ -39,3 +39,4 @@ CONFIG_PHY_MICREL=y CONFIG_MII=y CONFIG_DM_SERIAL=y CONFIG_FSL_LPUART=y +# CONFIG_EFI_UNICODE_CAPITALIZATION is not set |