]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ums: move IO support code to common location
authorStephen Warren <swarren@nvidia.com>
Mon, 5 May 2014 16:40:15 +0000 (10:40 -0600)
committerLukasz Majewski <l.majewski@samsung.com>
Thu, 8 May 2014 08:38:29 +0000 (10:38 +0200)
commitabfe8afe88d6d8219602659f44981411e1daeb1d
tree4d7a2b9854e83f171026dda4b3f041f08acd092a
parent36ff05c4f968bf71713644413d64850e48b34145
ums: move IO support code to common location

There's nothing Samsung-/board-specfic about the implementation of
ums_init(). Move the code into cmd_usb_mass_storage.c, so that it can
be shared by any user of that command.

Cc: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>
board/samsung/common/Makefile
board/samsung/common/ums.c [deleted file]
common/cmd_usb_mass_storage.c
include/usb_mass_storage.h