Re: [U-Boot] [PATCH v3 15/62] x86: dts: Mark serial as needed before relocation

2017-01-16 Thread Bin Meng
On Mon, Jan 16, 2017 at 10:03 PM, Simon Glass wrote: > 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 > Reviewed-by: Bin Meng > --- > > Changes in v3: None > Chang

[U-Boot] [PATCH v3 15/62] x86: dts: Mark serial as needed before relocation

2017-01-16 Thread Simon Glass
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 Reviewed-by: Bin Meng --- Changes in v3: None Changes in v2: None arch/x86/dts/serial.dtsi | 1 + 1 file changed, 1 ins