]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:30:23 +0000 (22:30 +0200)
commitb660fa9c7be26e43992e95561d056e28cf050486
treede29c92a1a313ab71412d532c7954511edb3220f
parent7eed258c111c1c9eba5dc7c6cdfc7d73daa1efbc
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