]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: zynq: Mark cc108 uart to be initialized before relocation
authorMichal Simek <michal.simek@xilinx.com>
Wed, 17 Jan 2018 09:17:19 +0000 (10:17 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 30 Jan 2018 13:29:37 +0000 (14:29 +0100)
The same change is done for others zynq boards to get uart as early as
possible.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynq-cc108.dts

index a55e82b2102c297b9641667e625ad4c2bc483aff..4804da5235dd9b885b2d225974e0d021c75b7167 100644 (file)
 };
 
 &uart0 {
+       u-boot,dm-pre-reloc;
        status = "okay";
 };