]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
combine block device load commands into common function
authorRob Herring <rob.herring@calxeda.com>
Fri, 21 Sep 2012 04:02:30 +0000 (04:02 +0000)
committerTom Rini <trini@ti.com>
Tue, 25 Sep 2012 21:43:19 +0000 (14:43 -0700)
commit7405a133101e009c760b98dd4dbcdc49b82ec3b3
treef47bc2c471396d8f49c76e5b5424f3afc923485f
parent2f5016462710050ce6c052bbc87cba115f53a51f
combine block device load commands into common function

All the raw block load commands duplicate the same code. Starting with
the ide version as it has progress updates convert ide, usb, and scsi boot
commands to all use a common version.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
common/Makefile
common/cmd_disk.c [new file with mode: 0644]
common/cmd_ide.c
common/cmd_scsi.c
common/cmd_usb.c
include/command.h