commit | 013aabb0558815a9a7a22f8515ed0f5f87b89a31 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon May 02 06:27:00 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue May 03 21:39:22 2022 +0200 |
tree | 6ffa757143e7dfb4430f318f0c40bce07dd1e99e | |
parent | 4c151371715684b6ed437d76442a4045da120c0a [diff] |
lib: fix selection of CONFIG_CHARSET lib/charset.c is not optional for EFI_APP || EFI_LOADER || UFS || UT_UNICODE. These must select CONFIG_CHARSET. Fixes: 726cd9836db0 ("efi: Make unicode printf available to the app") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>