]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:05 +0000 (22:29 +0200)
commit40550e7e7a35fd5a8802199a80a608ae15569811
tree34541f096dc06c16ab4b3130dc49755721737c80
parent7621b8d40e788170ff47395fc9f8a1368e72bbe6
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]