[U-Boot] [PATCH] arm: zynq: Mark cc108 uart to be initialized before relocation
Michal Simek
michal.simek at xilinx.com
Wed Jan 17 09:21:21 UTC 2018
The same change is done for others zynq boards to get uart as early as
possible.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
arch/arm/dts/zynq-cc108.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/dts/zynq-cc108.dts b/arch/arm/dts/zynq-cc108.dts
index a55e82b2102c..4804da5235dd 100644
--- a/arch/arm/dts/zynq-cc108.dts
+++ b/arch/arm/dts/zynq-cc108.dts
@@ -100,6 +100,7 @@
};
&uart0 {
+ u-boot,dm-pre-reloc;
status = "okay";
};
--
1.9.1
More information about the U-Boot
mailing list