]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: Split bootm code out into lib/bootm
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 13 Apr 2015 20:54:20 +0000 (22:54 +0200)
committerSimon Glass <sjg@chromium.org>
Sun, 19 Apr 2015 20:45:57 +0000 (14:45 -0600)
commitdd2d29a1e1edb37fbaf2905ec6c1db50f6e661c0
tree51c9f390847f379c13e7b6c5ca794aac08903ec7
parent85300a9a9dfb364ab1a5f94e6d3f9e558a193be1
sandbox: Split bootm code out into lib/bootm

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@collabora.co.uk>
Acked-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
arch/sandbox/lib/Makefile
arch/sandbox/lib/bootm.c [new file with mode: 0644]