On Tuesday 23 October 2012 09:20:39 Igor Grinberg wrote:
>
> > +/*
> > + * Routine: board_init
> > + * Description: Early hardware init.
> > + */
> > +int board_init(void)
> > +{
> > +   gpmc_init(); /* in SRAM or SDRAM, finish GPMC */
> > +   /* board id for Linux */
> > +   gd->bd->bi_arch_number = MACH_TYPE_NOKIA_RX51;
>
> This should be specified in the board config file
> (see CONFIG_MACH_TYPE in README), unless, you have multiple
> board types supported in the same board file/binary
> (which does not look like the case here) and it is runtime
> detectable.
>

I sent new version of this patch.

--
Pali Rohár
pali.ro...@gmail.com

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to