[U-Boot] [PATCH] snow: set fdtfile

Guillaume GARDET guillaume.gardet at free.fr
Thu Jun 14 20:34:10 UTC 2018


Needed to boot with EFI distro boot.

Signed-off-by: Guillaume GARDET <guillaume.gardet at free.fr>

Cc: Akshay Saraswat <akshay.s at samsung.com>
Cc: Tom Rini <trini at konsulko.com>
---
 include/configs/snow.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/configs/snow.h b/include/configs/snow.h
index 3b0db32ece..c546a5a6d0 100644
--- a/include/configs/snow.h
+++ b/include/configs/snow.h
@@ -8,6 +8,9 @@
 #ifndef __CONFIG_SNOW_H
 #define __CONFIG_SNOW_H
 
+#define EXYNOS_FDTFILE_SETTING \
+	"fdtfile=exynos5250-snow.dtb\0"
+
 #include <configs/exynos5250-common.h>
 #include <configs/exynos5-dt-common.h>
 #include <configs/exynos5-common.h>
-- 
2.17.1



More information about the U-Boot mailing list