Re: [U-Boot] [PATCH v4 2/9] sandbox: Split bootm code out into lib/bootm

2015-04-19 Thread Simon Glass
On 13 April 2015 at 14:54, Sjoerd Simons wrote: > Follow the convention of other architectures and move the platform > specific linux bootm code into sandbox/lib/bootm.c. > > Signed-off-by: Sjoerd Simons > Acked-by: Simon Glass > --- > > Changes in v4: None > Changes in v3: None > Changes in v2:

[U-Boot] [PATCH v4 2/9] sandbox: Split bootm code out into lib/bootm

2015-04-13 Thread Sjoerd Simons
Follow the convention of other architectures and move the platform specific linux bootm code into sandbox/lib/bootm.c. Signed-off-by: Sjoerd Simons Acked-by: Simon Glass --- Changes in v4: None Changes in v3: None Changes in v2: None arch/sandbox/cpu/cpu.c| 12 arch/sandbox/l