From: Michal Simek Date: Wed, 17 Jan 2018 09:17:19 +0000 (+0100) Subject: arm: zynq: Mark cc108 uart to be initialized before relocation X-Git-Tag: v2018.03-rc2~60^2~5 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d78b4ae06abce0da036bd8f64accd839de23f6ef;p=u-boot arm: zynq: Mark cc108 uart to be initialized before relocation The same change is done for others zynq boards to get uart as early as possible. Signed-off-by: Michal Simek --- diff --git a/arch/arm/dts/zynq-cc108.dts b/arch/arm/dts/zynq-cc108.dts index a55e82b210..4804da5235 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"; };