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

Simon Glass sjg at chromium.org
Tue Apr 7 22:40:14 CEST 2015


On 6 April 2015 at 15:02, Sjoerd Simons <sjoerd.simons at collabora.co.uk> 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 <sjoerd.simons at collabora.co.uk>
> ---
>
> Changes in v2: None
>
>  arch/sandbox/cpu/cpu.c    | 12 ------------
>  arch/sandbox/lib/Makefile |  1 +
>  arch/sandbox/lib/bootm.c  | 21 +++++++++++++++++++++
>  3 files changed, 22 insertions(+), 12 deletions(-)
>  create mode 100644 arch/sandbox/lib/bootm.c

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list