projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8809e6
)
dm: exynos: Mark exynos5 console as pre-reloc
author
Simon Glass
<sjg@chromium.org>
Sun, 14 Sep 2014 22:36:16 +0000
(16:36 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 22 Oct 2014 16:36:44 +0000
(10:36 -0600)
We will need the console before relocation, so mark it that way.
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/exynos5.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/exynos5.dtsi
b/arch/arm/dts/exynos5.dtsi
index dc5405bca01e8483dc19e45352160c76acc80e4e..e53906892c82de8b0ba922927fff25c64c859045 100644
(file)
--- a/
arch/arm/dts/exynos5.dtsi
+++ b/
arch/arm/dts/exynos5.dtsi
@@
-244,6
+244,7
@@
compatible = "samsung,exynos4210-uart";
reg = <0x12C30000 0x100>;
interrupts = <0 54 0>;
+ u-boot,dm-pre-reloc;
id = <3>;
};