]> Git Repo - u-boot.git/commit
sandbox: Split bootm code out into lib/bootm
authorSjoerd Simons <[email protected]>
Mon, 13 Apr 2015 20:54:20 +0000 (22:54 +0200)
committerSimon Glass <[email protected]>
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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/sandbox/cpu/cpu.c
arch/sandbox/lib/Makefile
arch/sandbox/lib/bootm.c [new file with mode: 0644]
This page took 0.031585 seconds and 4 git commands to generate.