Re: [U-Boot] [PATCH 03/12] x86: Clean up coreboot_tables.h

2016-02-28 Thread Bin Meng
On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass wrote: > On 27 February 2016 at 23:57, Bin Meng wrote: >> Clean up this file a little bit: >> - Remove inclusion of >> - Use tab in the macro definition >> - Remove table definitions that are not needed >> >> Signed-off-by: Bin Meng >> --- >> >> ar

Re: [U-Boot] [PATCH 03/12] x86: Clean up coreboot_tables.h

2016-02-28 Thread Simon Glass
On 27 February 2016 at 23:57, Bin Meng wrote: > Clean up this file a little bit: > - Remove inclusion of > - Use tab in the macro definition > - Remove table definitions that are not needed > > Signed-off-by: Bin Meng > --- > > arch/x86/include/asm/coreboot_tables.h | 153 > +--

[U-Boot] [PATCH 03/12] x86: Clean up coreboot_tables.h

2016-02-27 Thread Bin Meng
Clean up this file a little bit: - Remove inclusion of - Use tab in the macro definition - Remove table definitions that are not needed Signed-off-by: Bin Meng --- arch/x86/include/asm/coreboot_tables.h | 153 + 1 file changed, 80 insertions(+), 73 deletions(-)