[U-Boot] [PATCH v2 1/1] Sandbox: provide default dtb

Heinrich Schuchardt xypron.glpk at gmx.de
Fri Jun 15 20:06:09 UTC 2018


Provide sandbox.dtb as default device tree for sandbox_defconfig.

We can use the dtb with

	./u-boot -d u-boot.dtb

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
v2
	adjust commit message
---
 configs/sandbox_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig
index 2fc84a16c9..3bdb97b7d3 100644
--- a/configs/sandbox_defconfig
+++ b/configs/sandbox_defconfig
@@ -19,6 +19,7 @@ CONFIG_PRE_CONSOLE_BUFFER=y
 CONFIG_PRE_CON_BUF_ADDR=0x100000
 CONFIG_LOG_MAX_LEVEL=6
 CONFIG_LOG_ERROR_RETURN=y
+CONFIG_DEFAULT_FDT_FILE="sandbox.dtb"
 CONFIG_DISPLAY_BOARDINFO_LATE=y
 CONFIG_CMD_CPU=y
 CONFIG_CMD_LICENSE=y
-- 
2.17.1



More information about the U-Boot mailing list