[U-Boot] [PATCH] rockchip: rk3399: set fdtfile
Mark Kettenis
kettenis at openbsd.org
Sat Mar 17 08:48:25 UTC 2018
Signed-off-by: Mark Kettenis <kettenis at openbsd.org>
---
include/configs/rk3399_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h
index d700bf2549..9a5de3a7e3 100644
--- a/include/configs/rk3399_common.h
+++ b/include/configs/rk3399_common.h
@@ -59,6 +59,7 @@
#include <config_distro_bootcmd.h>
#define CONFIG_EXTRA_ENV_SETTINGS \
ENV_MEM_LAYOUT_SETTINGS \
+ "fdtfile=rockchip/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
"partitions=" PARTS_DEFAULT \
BOOTENV
--
2.16.2
More information about the U-Boot
mailing list