mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-03-15 19:01:08 +01:00
Currently ATA commands are defined both in include/libata.h and include/ata.h. Use the command definitions from include/libata.h where applicable. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>