mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Bad blocks in a kernel flash partition seem to be handled by skipping ahead to the next block; this is a common bad block management scheme for simple software like bootloaders (and is the default method for reading NAND partitions in u-boot). Extend the uImage flash reader to skip bad blocks while reading. Change-Id: I815875e83a2418e2642f736e04a3437c31b354ba |
||
|---|---|---|
| .. | ||
| boot.c | ||
| gui.c | ||
| install.c | ||
| main.c | ||
| recovery.c | ||
| utils.c | ||
| x1000bootloader.h | ||