projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2547e91
)
snow: set fdtfile
author
Guillaume GARDET
<guillaume.gardet@free.fr>
Thu, 14 Jun 2018 20:34:10 +0000
(22:34 +0200)
committer
Minkyu 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
patch
|
blob
|
history
diff --git
a/include/configs/snow.h
b/include/configs/snow.h
index 3b0db32ece5daa5261e62ff43f2c1a46f2072193..c546a5a6d076b6c5923c1f23b54fb8e1ac69b20e 100644
(file)
--- 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>