From: Jonas Gorski Date: Sun, 11 Nov 2012 12:22:34 +0000 (+0000) Subject: MIPS: BCM63XX: fix nvram checksum calculation X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~15^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce8f0d0607bcad3ec0e8599be80353204427093e;p=pandora-kernel.git MIPS: BCM63XX: fix nvram checksum calculation The current checksum calculation code does nothing except checking that the first byte of nvram is 0 without actually checking the checksum. Implement the correct checksum calculation by calculating the crc32 with the checksum field set to 0. Signed-off-by: Jonas Gorski Patchwork: http://patchwork.linux-mips.org/patch/4540 --- Reading git-diff-tree failed