Re: [U-Boot] [PATCH 4/5] x86: Clean up the board dts files

2014-12-27 Thread Simon Glass
On 27 December 2014 at 18:22, Simon Glass wrote: > On 23 December 2014 at 22:06, Bin Meng wrote: >> This commits cleans up the board dts files. >> >> - Correct the serial port register size to 8 >> - Remove the misleading status = "disabled" statement in the >> serial.dtsi >> - Move the inclusi

Re: [U-Boot] [PATCH 4/5] x86: Clean up the board dts files

2014-12-27 Thread Simon Glass
On 23 December 2014 at 22:06, Bin Meng wrote: > This commits cleans up the board dts files. > > - Correct the serial port register size to 8 > - Remove the misleading status = "disabled" statement in the > serial.dtsi > - Move the inclusion of skeleton.dtsi from serial.dtsi to board > dts file

[U-Boot] [PATCH 4/5] x86: Clean up the board dts files

2014-12-23 Thread Bin Meng
This commits cleans up the board dts files. - Correct the serial port register size to 8 - Remove the misleading status = "disabled" statement in the serial.dtsi - Move the inclusion of skeleton.dtsi from serial.dtsi to board dts files - Let the board dts file define stdout-path in the chosen