Re: [PATCH 1/2] x86/Kconfig: Make EFI select UCS2_STRING

2013-04-16 Thread Matt Fleming
On 16/04/13 15:31, Sergey Vlasov wrote: > The commit "efi: Distinguish between "remaining space" and actually used > space" added usage of ucs2_*() functions to arch/x86/platform/efi/efi.c, > but the only thing which selected UCS2_STRING was EFI_VARS, which is > technically optional and can be

[PATCH 1/2] x86/Kconfig: Make EFI select UCS2_STRING

2013-04-16 Thread Sergey Vlasov
The commit "efi: Distinguish between "remaining space" and actually used space" added usage of ucs2_*() functions to arch/x86/platform/efi/efi.c, but the only thing which selected UCS2_STRING was EFI_VARS, which is technically optional and can be built as a module. Signed-off-by: Sergey Vlasov

[PATCH 1/2] x86/Kconfig: Make EFI select UCS2_STRING

2013-04-16 Thread Sergey Vlasov
The commit efi: Distinguish between remaining space and actually used space added usage of ucs2_*() functions to arch/x86/platform/efi/efi.c, but the only thing which selected UCS2_STRING was EFI_VARS, which is technically optional and can be built as a module. Signed-off-by: Sergey Vlasov

Re: [PATCH 1/2] x86/Kconfig: Make EFI select UCS2_STRING

2013-04-16 Thread Matt Fleming
On 16/04/13 15:31, Sergey Vlasov wrote: The commit efi: Distinguish between remaining space and actually used space added usage of ucs2_*() functions to arch/x86/platform/efi/efi.c, but the only thing which selected UCS2_STRING was EFI_VARS, which is technically optional and can be built as a