]> git.ipfire.org Git - people/ms/u-boot.git/commit - arch/sandbox/cpu/cpu.c
fdt: sandbox: Move setup code from board_f to fdtdec
authorSimon Glass <sjg@chromium.org>
Sat, 28 Feb 2015 05:06:34 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Apr 2015 15:05:53 +0000 (09:05 -0600)
commitb45122fdf5d314ef1f492b051fb104a7b48b8079
tree172f0b1da254a3413a35607c5888b5780fb95da3
parent5a87c4174d18fe40dcc847ba36853a9f15cb3e1e
fdt: sandbox: Move setup code from board_f to fdtdec

We want to be able to set up the device tree in SPL, so move this code
to a common place.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c
arch/sandbox/include/asm/u-boot-sandbox.h
common/board_f.c
include/fdtdec.h
lib/fdtdec.c