]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: cmd_ide: remove PIO mode
authorJeroen Hofstee <jeroen@myspectrum.nl>
Sat, 12 Jul 2014 13:07:18 +0000 (15:07 +0200)
committerTom Rini <trini@ti.com>
Tue, 22 Jul 2014 11:44:26 +0000 (07:44 -0400)
commit2bb8eb8ec61026ed371481ac8490c3a1fcf82131
tree05c33a1b209c68a739f3ae199948debefd30d277
parent5b9587ae31e26c5d6fd04ff0ef8cd7541b5abf56
common: cmd_ide: remove PIO mode

Since no board defines CONFIG_TUNE_PIO this is just dead
code, so remove it.

cc: Pavel Herrmann <morpheus.ibis@gmail.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
common/cmd_ide.c