[U-Boot] [PATCH v5 5/5] Kirkwood: add lschlv2 and lsxhl board support

Michael Walle michael at walle.cc
Sat May 26 01:34:25 CEST 2012


Am Donnerstag 24 Mai 2012, 09:24:40 schrieb Prafulla Wadaskar:
> > +/*
> > + * Version number information
> > + */
> > +#if defined(CONFIG_LSCHLV2)
> > +#define CONFIG_IDENT_STRING " LS-CHLv2"
> > +#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-
> > lschl.cfg
> > +#define CONFIG_MACH_TYPE 3006
> > +#define CONFIG_SYS_TCLK 166666667 /* 166 MHz */
> > +#elif defined(CONFIG_LSXHL)
> > +#define CONFIG_IDENT_STRING " LS-XHL"
> > +#define CONFIG_SYS_KWD_CONFIG $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage-
> > lsxhl.cfg
> > +#define CONFIG_MACH_TYPE 2663
> 
> From where these number are coming for MACH_TYPE?

Sorry forgot to answer that. They come from here:
  http://www.arm.linux.org.uk/developer/machines/download.php

-- 
Michael


More information about the U-Boot mailing list