On 07/25/2013 04:36 PM, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
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?
Actually this patch was against the arm branch, not trunk. Only later I
noticed that the arm branch had been merged back into trunk, so maybe
the arm branch is not going to be maintained anymore... in this case,
sorry for the noise.