Re: [U-Boot] [PATCH] x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.h

2015-01-06 Thread Simon Glass
On 6 January 2015 at 07:32, Simon Glass wrote: > On 5 January 2015 at 23:35, Bin Meng wrote: >> CONFIG_DISPLAY_CPUINFO is already defined in x86-common.h, so remove >> it to avoid duplication. >> >> Signed-off-by: Bin Meng >> --- >> >> include/configs/chromebook_link.h | 1 - >> 1 file changed,

Re: [U-Boot] [PATCH] x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.h

2015-01-06 Thread Simon Glass
On 5 January 2015 at 23:35, Bin Meng wrote: > CONFIG_DISPLAY_CPUINFO is already defined in x86-common.h, so remove > it to avoid duplication. > > Signed-off-by: Bin Meng > --- > > include/configs/chromebook_link.h | 1 - > 1 file changed, 1 deletion(-) Acked-by: Simon Glass ___

[U-Boot] [PATCH] x86: Remove CONFIG_DISPLAY_CPUINFO in chromebook_link.h

2015-01-05 Thread Bin Meng
CONFIG_DISPLAY_CPUINFO is already defined in x86-common.h, so remove it to avoid duplication. Signed-off-by: Bin Meng --- include/configs/chromebook_link.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index e0bf309..7e