Am Montag, 28. März 2011, um 11:59:51 schrieb Marc Kleine-Budde: > On 03/27/2011 04:26 PM, Michael Olbrich wrote: > >> --- a/platforms/kernel.in > >> +++ b/platforms/kernel.in > >> @@ -83,6 +83,7 @@ config KERNEL_ARCH_STRING > >> default "blackfin" if ARCH_BLACKFIN > >> default "m68k" if ARCH_M68K > >> default "sparc" if ARCH_SPARC > >> + default "microblaze" if ARCH_MICROBLAZE > >> default "mips" if ARCH_MIPS > >> default "mips" if ARCH_MIPSEL > >> default "cris" if ARCH_CRIS > >> @@ -142,11 +143,16 @@ choice > >> help > >> This is the target to get the kernel image as an raw > >> uncompressed > >> binary file. > >> + > >> +if KERNEL_ARCH_POWERPC || ARCH_MICROBLAZE > >> + > >> config KERNEL_IMAGE_SIMPLE > >> bool > >> prompt "simpleImage" > >> help > >> Create a simple Image with embedded DTB > >> +endif > > > > Maybe some kernel expert can comment on this? > > mkl: what do you think? > > > >> + > > Keep it simple - remove the ifdef.
OK, I'll do it. -- Viele Grüße, Stephan Linz ______________________________________________________________________________ MB-Ref: http://www.li-pro.de/xilinx_mb:mbref:start OpenDCC: http://www.li-pro.net/opendcc.phtml PC/M: http://www.li-pro.net/pcm.phtml CDK4AVR: http://cdk4avr.sourceforge.net/ CDK4NIOS: http://cdk4nios.sourceforge.net/ CDK4MSP: http://cdk4msp.sourceforge.net/ CPM4L: http://download.opensuse.org/repositories/home:/rexut:/CPM4L -- ptxdist mailing list [email protected]
