grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 2/4] arm64: add "--nounzip" option support in xen_module c


From: Daniel Kiper
Subject: Re: [PATCH v6 2/4] arm64: add "--nounzip" option support in xen_module command
Date: Thu, 3 Nov 2016 16:00:55 +0100
User-agent: Mutt/1.3.28i

On Tue, Jul 26, 2016 at 05:13:41PM +0800, address@hidden wrote:
> From: Fu Wei <address@hidden>
>
> This patch adds "--nounzip" option support in order to
> be compatible with the module command of i386, then we can
> simplify grub-mkconfig support code.
>
> Signed-off-by: Fu Wei <address@hidden>
> ---
>  grub-core/loader/arm64/xen_boot.c | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
>
> diff --git a/grub-core/loader/arm64/xen_boot.c 
> b/grub-core/loader/arm64/xen_boot.c
> index a914eb8..0878364 100644
> --- a/grub-core/loader/arm64/xen_boot.c
> +++ b/grub-core/loader/arm64/xen_boot.c
> @@ -20,6 +20,7 @@
>  #include <grub/charset.h>
>  #include <grub/command.h>
>  #include <grub/err.h>
> +#include <grub/env.h>

Is it really needed?

Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]