[U-Boot] [PATCH v4 2/9] sandbox: Split bootm code out into lib/bootm
Simon Glass
sjg at chromium.org
Sun Apr 19 15:30:07 CEST 2015
On 13 April 2015 at 14:54, 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>
> Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v4: None
> Changes in v3: None
> 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
Applied to u-boot-x86/sandbox, thanks!
More information about the U-Boot
mailing list