summaryrefslogtreecommitdiff
path: root/drivers/mmc/mmc_boot.c
Commit message (Collapse)AuthorAgeLines
* mmc: Move MMC boot code into its own fileSimon Glass2016-07-11-0/+131
Rather than having an #ifdef in the main mmc.c file, control this feature from the Makefile by moving the code into its own file. Signed-off-by: Simon Glass <sjg@chromium.org>