Re: [U-Boot] [PATCH 06/15] x86: galileo: Enable CPU driver

2016-05-23 Thread Bin Meng
On Mon, May 23, 2016 at 8:19 AM, Simon Glass wrote: > On 22 May 2016 at 02:45, Bin Meng wrote: >> Add a cpu node in the device tree and enable CPU driver. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/dts/galileo.dts | 12 >> configs/galileo_defconfig | 2 ++ >> 2 files cha

Re: [U-Boot] [PATCH 06/15] x86: galileo: Enable CPU driver

2016-05-22 Thread Simon Glass
On 22 May 2016 at 02:45, Bin Meng wrote: > Add a cpu node in the device tree and enable CPU driver. > > Signed-off-by: Bin Meng > --- > > arch/x86/dts/galileo.dts | 12 > configs/galileo_defconfig | 2 ++ > 2 files changed, 14 insertions(+) Reviewed-by: Simon Glass _

[U-Boot] [PATCH 06/15] x86: galileo: Enable CPU driver

2016-05-22 Thread Bin Meng
Add a cpu node in the device tree and enable CPU driver. Signed-off-by: Bin Meng --- arch/x86/dts/galileo.dts | 12 configs/galileo_defconfig | 2 ++ 2 files changed, 14 insertions(+) diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts index f784c50..da3cbff 100644