Skip to content
Snippets Groups Projects
Commit 40c030f8 authored by Tom Rini's avatar Tom Rini
Browse files

fsl_sata: Make sata_{read,write}() comply with <part.h>


- sata_write() takes a const void as the last argument.  Fixing this
  means we also need to make ata_low_level_rw_lba{28,48} also take a
  const void.
- Both sata_{read,write} take lbaint_t for blkcnt and ulong for blknr

Signed-off-by: default avatarTom Rini <trini@ti.com>
parent dac87571
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment