x86: Move table csum into separate file
We need the checksum function without all the other table functionality soon, so let's split it out into its own C file. Signed-off-by:Alexander Graf <agraf@suse.de> Reviewed-by:
Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com>
Showing
- arch/x86/include/asm/tables.h 2 additions, 0 deletionsarch/x86/include/asm/tables.h
- arch/x86/lib/tables.c 0 additions, 12 deletionsarch/x86/lib/tables.c
- include/tables_csum.h 12 additions, 0 deletionsinclude/tables_csum.h
- lib/Makefile 1 addition, 0 deletionslib/Makefile
- lib/tables_csum.c 20 additions, 0 deletionslib/tables_csum.c
include/tables_csum.h
0 → 100644
lib/tables_csum.c
0 → 100644
Please register or sign in to comment