]> Git Repo - J-u-boot.git/commit - include/command.h
combine block device load commands into common function
authorRob Herring <[email protected]>
Fri, 21 Sep 2012 04:02:30 +0000 (04:02 +0000)
committerTom Rini <[email protected]>
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 <[email protected]>
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
This page took 0.04838 seconds and 4 git commands to generate.