Re: [U-Boot] [PATCH V4 3/4] ARM: Warn when the machine ID isn't set.

2011-08-24 Thread Christopher Harvey
On Wed, Aug 24, 2011 at 04:31:20PM +0200, Albert ARIBAUD wrote: > Le 04/08/2011 08:30, Albert ARIBAUD a ?crit : > > Hi Christopher, > > > > Le 18/07/2011 19:33, Christopher Harvey a ?crit : > >> Linux cannot boot without it. > >> > >> Signed-off-by: Christopher Harvey > >> --- > >> > >> V2: > >> Us

Re: [U-Boot] [PATCH V4 3/4] ARM: Warn when the machine ID isn't set.

2011-08-24 Thread Albert ARIBAUD
Le 04/08/2011 08:30, Albert ARIBAUD a écrit : > Hi Christopher, > > Le 18/07/2011 19:33, Christopher Harvey a écrit : >> Linux cannot boot without it. >> >> Signed-off-by: Christopher Harvey >> --- >> >> V2: >> Used a #define instead of a constant. >> Used a printf instead of a debug. >> >> --- >>

Re: [U-Boot] [PATCH V4 3/4] ARM: Warn when the machine ID isn't set.

2011-08-03 Thread Albert ARIBAUD
Hi Christopher, Le 18/07/2011 19:33, Christopher Harvey a écrit : > Linux cannot boot without it. > > Signed-off-by: Christopher Harvey > --- > > V2: > Used a #define instead of a constant. > Used a printf instead of a debug. > > --- > > V3: > Moved gd->bd->bi_arch_number = BI_ARCH_NUMBER_INVALID;