diff options
author | Simon Glass <sjg@chromium.org> | 2014-09-14 16:36:16 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:36:44 -0600 |
commit | 9208fffebc907c12b3b72db6dd175c2d8b4fe557 (patch) | |
tree | 25b7a5bb3e87cf7d7eebc7f24efb694a0be9724c /arch/arm | |
parent | b8809e60cdb5ab09fb28a0903f25b2878483ec04 (diff) | |
download | u-boot-imx-9208fffebc907c12b3b72db6dd175c2d8b4fe557.zip u-boot-imx-9208fffebc907c12b3b72db6dd175c2d8b4fe557.tar.gz u-boot-imx-9208fffebc907c12b3b72db6dd175c2d8b4fe557.tar.bz2 |
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/exynos5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
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>; }; |