On 19 January 2015 at 22:16, Simon Glass <[email protected]> wrote: > The existing IP checksum function is only accessible to the 'coreboot' cpu. > Drop it in favour of the new code in the network subsystem. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v3: > - Use checksum code that is now in net/checksum.c > > Changes in v2: > - Refactor IP checksum patches > > arch/x86/cpu/coreboot/Makefile | 1 - > arch/x86/cpu/coreboot/ipchecksum.c | 55 > ------------------------- > arch/x86/cpu/coreboot/tables.c | 8 ++-- > arch/x86/include/asm/arch-coreboot/ipchecksum.h | 37 ----------------- > 4 files changed, 4 insertions(+), 97 deletions(-) > delete mode 100644 arch/x86/cpu/coreboot/ipchecksum.c > delete mode 100644 arch/x86/include/asm/arch-coreboot/ipchecksum.h
Applied to u-boot-x86. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

