mirror of https://github.com/torvalds/linux.git
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 <jonas.gorski@gmail.com> Patchwork: http://patchwork.linux-mips.org/patch/4540 |
||
|---|---|---|
| .. | ||
| boards | ||
| Kconfig | ||
| Makefile | ||
| Platform | ||
| clk.c | ||
| cpu.c | ||
| cs.c | ||
| dev-dsp.c | ||
| dev-enet.c | ||
| dev-flash.c | ||
| dev-pcmcia.c | ||
| dev-rng.c | ||
| dev-spi.c | ||
| dev-uart.c | ||
| dev-usb-usbd.c | ||
| dev-wdt.c | ||
| early_printk.c | ||
| gpio.c | ||
| irq.c | ||
| nvram.c | ||
| prom.c | ||
| reset.c | ||
| setup.c | ||
| timer.c | ||