|
From: | Vladimir 'φ-coder/phcoder' Serbinenko |
Subject: | Re: [PATCH] [ARM] Enable boot module for arm |
Date: | Thu, 25 Jul 2013 16:36:46 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 |
On 21.07.2013 15:20, Francesco Lavra wrote:
Since the last merge of mainline into the arm branch, building for arm fails because commands/boot.c is not compiled anymore. The boot module should be enabled for arm too.
Few lines down you have: enable = arm_efi; enable = arm_uboot;Didn't it work for you? Did you redo autogen after checkout in the first place?
2013-07-21 Francesco Lavra <address@hidden> * grub-core/Makefile.core.def (boot): Enable on ARM. === modified file 'grub-core/Makefile.core.def' --- grub-core/Makefile.core.def 2013-07-16 16:43:43 +0000 +++ grub-core/Makefile.core.def 2013-07-21 10:16:34 +0000 @@ -691,6 +691,7 @@ common = commands/boot.c; i386_pc = lib/i386/pc/biosnum.c; enable = x86; + enable = arm; enable = emu; enable = sparc64_ieee1275; enable = powerpc_ieee1275; _______________________________________________ Grub-devel mailing list address@hidden https://lists.gnu.org/mailman/listinfo/grub-devel
[Prev in Thread] | Current Thread | [Next in Thread] |