Hi, On Tue, Jun 01, 2010 at 15:31:39, Wolfgang Denk wrote: > Dear Sudhakar Rajashekhara, > > In message <[email protected]> you wrote: > > TI's DA850/OMAP-L138 platform is similar to DA830/OMAP-L137 > > in many aspects. So instead of repeating the same code in > > multiple files, move the common code to a different file > > and call those functions from the respective da830/da850 > > files. > > > > Signed-off-by: Sudhakar Rajashekhara <[email protected]> > > Acked-by: Nick Thompson <[email protected]> > > Acked-by: Ben Gardiner <[email protected]> > > --- > > Since v1: > > Added irq_init declaration in misc.h to avoid compiler warning. > > This patch causes the following compiler warning for me: > > -> ./MAKEALL da830evm da850evm > Configuring for da830evm board... > da830evm.c:124: warning: missing braces around initializer > da830evm.c:124: warning: (near initialization for 'lpsc[0]') > > 122 > 123 static const struct lpsc_resource lpsc[] = { > 124 DAVINCI_LPSC_AEMIF, /* NAND, NOR */ > 125 DAVINCI_LPSC_SPI0, /* Serial Flash */ > 126 DAVINCI_LPSC_EMAC, /* image download */ > 127 DAVINCI_LPSC_UART2, /* console */ > 128 DAVINCI_LPSC_GPIO, > 129 }; >
I'll fix this and re-submit the patch. Thanks, Sudhakar _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

