snow: set fdtfile
authorGuillaume GARDET <guillaume.gardet@free.fr>
Thu, 14 Jun 2018 20:34:10 +0000 (22:34 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Fri, 27 Jul 2018 02:19:49 +0000 (11:19 +0900)
Needed to boot with EFI distro boot.

Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Akshay Saraswat <akshay.s@samsung.com>
Cc: Tom Rini <trini@konsulko.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
include/configs/snow.h

index 3b0db32..c546a5a 100644 (file)
@@ -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>