forked from len0rd/rockbox
X1000: simplify NAND driver
- Removed unnecessary layers of generic code - Software ECC is gone since we don't need it now (and maybe not ever) - Removed bounce buffering, so callers must now align buffers Change-Id: I33fbac9d9d12a4657980b8618c7d62bfa91e2ea0
This commit is contained in:
parent
244aad750c
commit
15ad1c42db
9 changed files with 417 additions and 622 deletions
|
|
@ -1698,7 +1698,6 @@ target/mips/ingenic_x1000/fiiom3k/backlight-fiiom3k.c
|
|||
target/mips/ingenic_x1000/fiiom3k/button-fiiom3k.c
|
||||
target/mips/ingenic_x1000/fiiom3k/installer-fiiom3k.c
|
||||
target/mips/ingenic_x1000/fiiom3k/lcd-fiiom3k.c
|
||||
target/mips/ingenic_x1000/fiiom3k/nand-fiiom3k.c
|
||||
target/mips/ingenic_x1000/fiiom3k/power-fiiom3k.c
|
||||
#ifdef BOOTLOADER_SPL
|
||||
target/mips/ingenic_x1000/fiiom3k/spl-fiiom3k.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue