
18 Oct
2016
18 Oct
'16
5 a.m.
On Fri, Aug 19, 2016 at 7:23 AM, Alexander Graf agraf@suse.de 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 agraf@suse.de Reviewed-by: Bin Meng bmeng.cn@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
arch/x86/include/asm/tables.h | 2 ++ arch/x86/lib/tables.c | 12 ------------ include/tables_csum.h | 22 ++++++++++++++++++++++ 3 files changed, 24 insertions(+), 12 deletions(-) create mode 100644 include/tables_csum.h
I see on patchwork, this patch was assigned to me, so I will pick up this patch via u-boot-x86 tree.
applied to u-boot-x86, thanks!