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 <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2018-01-17 10:17:19 +01:00
parent 3e1b61de58
commit d78b4ae06a

View File

@ -100,6 +100,7 @@
};
&uart0 {
u-boot,dm-pre-reloc;
status = "okay";
};