]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: Remove OF_HOSTFILE
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Tue, 26 Oct 2021 06:12:33 +0000 (09:12 +0300)
committerTom Rini <trini@konsulko.com>
Wed, 27 Oct 2021 20:38:26 +0000 (16:38 -0400)
commite7fb789612e39653f9f20ad08ad40896c7f61742
tree2a16e7d6ebd67449b5c0fca8f7841d879564889f
parent670d657dfb6ede2957043dd0ac868297ac093857
sandbox: Remove OF_HOSTFILE

OF_HOSTFILE is used on sandbox configs only.  Although it's pretty
unique and not causing any confusions,  we are better of having simpler
config options for the DTB.

So let's replace that with the existing OF_BOARD.  U-Boot would then
have only three config options for the DTB origin.
- OF_SEPARATE, build separately from U-Boot
- OF_BOARD, board specific way of providing the DTB
- OF_EMBED embedded in the u-boot binary(should not be used in production

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
31 files changed:
Makefile
arch/arm/mach-stm32mp/boot_params.c
arch/sandbox/cpu/cpu.c
arch/sandbox/include/asm/u-boot-sandbox.h
board/AndesTech/ax25-ae350/ax25-ae350.c
board/Marvell/octeontx/board-fdt.c
board/Marvell/octeontx2/board-fdt.c
board/Marvell/octeontx2/board.c
board/armltd/vexpress64/vexpress64.c
board/broadcom/bcmstb/bcmstb.c
board/emulation/qemu-arm/qemu-arm.c
board/emulation/qemu-ppce500/qemu-ppce500.c
board/emulation/qemu-riscv/qemu-riscv.c
board/highbank/highbank.c
board/raspberrypi/rpi/rpi.c
board/sifive/unleashed/unleashed.c
board/sifive/unmatched/unmatched.c
board/socrates/socrates.c
board/xen/xenguest_arm64/xenguest_arm64.c
board/xilinx/common/board.c
configs/sandbox64_defconfig
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
configs/sandbox_noinst_defconfig
configs/sandbox_spl_defconfig
configs/tools-only_defconfig
doc/develop/devicetree/control.rst
dts/Kconfig
include/fdtdec.h
lib/fdtdec.c
scripts/Makefile.spl