Re: [U-Boot] [PATCH 33/82] x86: dts: Mark serial as needed before relocation

2016-10-17 Thread Simon Glass
Hi Bin, On 10 October 2016 at 21:16, Bin Meng wrote: > Hi Simon, > > On Mon, Sep 26, 2016 at 11:33 AM, 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:

Re: [U-Boot] [PATCH 33/82] x86: dts: Mark serial as needed before relocation

2016-10-10 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 11:33 AM, 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 > --- > > arch/x86/dts/serial.dtsi | 1 + > 1 file