Re: [U-Boot] [PATCH v2 4/4] arm: add machine ID for CloudBox

2013-07-01 Thread Simon Guinot
On Mon, Jul 01, 2013 at 11:30:01AM +0200, Frédéric Leroy wrote: > > Le 01/07/2013 00:53, Simon Guinot a écrit : > > On Sun, Jun 30, 2013 at 12:12:29PM +0200, Frédéric Leroy wrote: > > > CloudBox device is device tree compliant, but older LaCie kernel uses > > > machine ID method to boot. > > > > >

Re: [U-Boot] [PATCH v2 4/4] arm: add machine ID for CloudBox

2013-07-01 Thread Frédéric Leroy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 01/07/2013 00:53, Simon Guinot a écrit : > On Sun, Jun 30, 2013 at 12:12:29PM +0200, Frédéric Leroy wrote: > > CloudBox device is device tree compliant, but older LaCie kernel uses > > machine ID method to boot. > > > > Signed-off-by: Frédéric Lero

Re: [U-Boot] [PATCH v2 4/4] arm: add machine ID for CloudBox

2013-06-30 Thread Simon Guinot
On Sun, Jun 30, 2013 at 12:12:29PM +0200, Frédéric Leroy wrote: > CloudBox device is device tree compliant, but older LaCie kernel uses > machine ID method to boot. > > Signed-off-by: Frédéric Leroy > --- > arch/arm/include/asm/mach-types.h | 14 ++ > board/LaCie/cloudbox/cloudbox.c

[U-Boot] [PATCH v2 4/4] arm: add machine ID for CloudBox

2013-06-30 Thread Frédéric Leroy
CloudBox device is device tree compliant, but older LaCie kernel uses machine ID method to boot. Signed-off-by: Frédéric Leroy --- arch/arm/include/asm/mach-types.h | 14 ++ board/LaCie/cloudbox/cloudbox.c | 7 ++- include/configs/lacie_kw.h| 1 + 3 files changed, 21