commit | 9208fffebc907c12b3b72db6dd175c2d8b4fe557 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 14 16:36:16 2014 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 22 10:36:44 2014 -0600 |
tree | 25b7a5bb3e87cf7d7eebc7f24efb694a0be9724c | |
parent | b8809e60cdb5ab09fb28a0903f25b2878483ec04 [diff] |
dm: exynos: Mark exynos5 console as pre-reloc We will need the console before relocation, so mark it that way. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi index dc5405b..e539068 100644 --- 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>; };