forked from pool/u-boot
Guillaume GARDET
0cec470415
OBS-URL: https://build.opensuse.org/request/show/623667 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=23
30 lines
850 B
Diff
30 lines
850 B
Diff
From 1a8a6e05b5e69243526c2dedd2e7124900ad2656 Mon Sep 17 00:00:00 2001
|
|
From: Guillaume GARDET <guillaume.gardet@free.fr>
|
|
Date: Thu, 14 Jun 2018 22:23:19 +0200
|
|
Subject: [PATCH] snow: set fdtfile
|
|
|
|
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>
|
|
---
|
|
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>
|