Skip to content
Snippets Groups Projects
Select Git revision
0 results

mtd

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    Loading
    user avatar
    John Schmoller authored
    Fix bug introduced by 9c048b52.
    
    The cfi_flash.c driver cast the flash buffer size to a uchar in
    flash_write_cfibuffer(). On some flash parts, (tested on Numonyx
    part PC32F512M29EWH), the buffer size is 1KB. Remove the cast to
    uchar to enable buffer sizes to be larger.
    
    Signed-off-by: default avatarJohn Schmoller <jschmoller@xes-inc.com>
    Signed-off-by: default avatarStefan Roese <sr@denx.de>
    7dedefdf
    History
    Name Last commit Last update
    ..