Re: [U-Boot] [PATCH v6 01/10] x86: Move table csum into separate header

2016-10-17 Thread Bin Meng
On Fri, Aug 19, 2016 at 7:23 AM, 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 > Reviewed-by: Bin Meng > Reviewed-by: Simon Glass > --- > arch/x86/include

[U-Boot] [PATCH v6 01/10] x86: Move table csum into separate header

2016-08-18 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 Reviewed-by: Bin Meng Reviewed-by: Simon Glass --- arch/x86/include/asm/tables.h | 2 ++ arch/x86/lib/tables.c | 12