
15 Jun
2018
15 Jun
'18
10:05 p.m.
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@gmx.de --- 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