
16 Jan
2017
16 Jan
'17
3:03 p.m.
We almost always need the serial port before relocation, so mark it as such. This will ensure that it appears in the device tree for SPL, if used.
Signed-off-by: Simon Glass sjg@chromium.org Reviewed-by: Bin Meng bmeng.cn@gmail.com ---
Changes in v3: None Changes in v2: None
arch/x86/dts/serial.dtsi | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/x86/dts/serial.dtsi b/arch/x86/dts/serial.dtsi index 54c3faf4514..22f7b54fed3 100644 --- a/arch/x86/dts/serial.dtsi +++ b/arch/x86/dts/serial.dtsi @@ -1,5 +1,6 @@ / { serial: serial { + u-boot,dm-pre-reloc; compatible = "ns16550"; reg = <0x3f8 8>; reg-shift = <0>;
--
2.11.0.483.g087da7b7c-goog