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

Bin Meng bmeng.cn at gmail.com
Tue Aug 9 11:23:55 CEST 2016


On Mon, Aug 8, 2016 at 10:06 PM, Alexander Graf <agraf at 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 at suse.de>
> ---
>  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
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list