From: Simon Glass Date: Sun, 14 Sep 2014 22:36:16 +0000 (-0600) Subject: dm: exynos: Mark exynos5 console as pre-reloc X-Git-Tag: KARO-TXA5-2015-06-26~525^2~44 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=9208fffebc907c12b3b72db6dd175c2d8b4fe557 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 --- diff --git a/arch/arm/dts/exynos5.dtsi b/arch/arm/dts/exynos5.dtsi index dc5405bca0..e53906892c 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>; };