Re: [U-Boot] [PATCH 1/7] x86: Move table csum into separate header

2016-08-09 Thread Bin Meng
On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf wrote: > We need the checksum function without all the other table functionality > soon, so let's split it out into its own header file. > > Signed-off-by: Alexander Graf > --- > arch/x86/include/asm/tables.h | 2 ++ > arch/x86/lib/tables.c

[U-Boot] [PATCH 1/7] x86: Move table csum into separate header

2016-08-08 Thread Alexander Graf
We need the checksum function without all the other table functionality soon, so let's split it out into its own header file. Signed-off-by: Alexander Graf --- arch/x86/include/asm/tables.h | 2 ++ arch/x86/lib/tables.c | 12 include/tables_csum.h | 22 +