Re: [PATCH] [POWERPC] bootwrapper: fix build error on virtex405-head.S

2008-04-24 Thread Josh Boyer
On Thu, 2008-04-24 at 11:33 -0600, Grant Likely wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > virtex405-head.S is an assembler file, not a C file; therefore BOOTAFLAGS > is the correct place to set the needed -mcpu=405 flag. > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> Applied, push

[PATCH] [POWERPC] bootwrapper: fix build error on virtex405-head.S

2008-04-24 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> virtex405-head.S is an assembler file, not a C file; therefore BOOTAFLAGS is the correct place to set the needed -mcpu=405 flag. Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- Paul, Josh; This is a bug fix required in .26 ASAP. Cheers, g. arch/power