]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Use ipchecksum from net/
authorSimon Glass <sjg@chromium.org>
Tue, 20 Jan 2015 05:16:09 +0000 (22:16 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 24 Jan 2015 13:13:44 +0000 (06:13 -0700)
commitb18c68d8918095672b295aef7bfbfc466b82c710
tree2094482b6b58739fdbafff8ce77de9510f29fef2
parent9b0e35cb4889eb04a7ea5dd648d73df0bf37cc68
x86: Use ipchecksum from net/

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 <sjg@chromium.org>
arch/x86/cpu/coreboot/Makefile
arch/x86/cpu/coreboot/ipchecksum.c [deleted file]
arch/x86/cpu/coreboot/tables.c
arch/x86/include/asm/arch-coreboot/ipchecksum.h [deleted file]