diff options
author | Cliff Cai <cliff.cai@analog.com> | 2008-11-29 18:22:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-02 12:27:18 -0500 |
commit | 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e (patch) | |
tree | ed4600c043dd469025e287740cc18504231ef9d4 /include/asm-blackfin/mmc.h | |
parent | 6e87ea0ca951465eba144ab2e6dba6fb507737a2 (diff) | |
download | u-boot-imx-716ebf436c9e43df6740e0172f6b2a81ddbf1b8e.zip u-boot-imx-716ebf436c9e43df6740e0172f6b2a81ddbf1b8e.tar.gz u-boot-imx-716ebf436c9e43df6740e0172f6b2a81ddbf1b8e.tar.bz2 |
Blackfin: add driver for on-chip MMC/SD controller
This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/asm-blackfin/mmc.h')
-rw-r--r-- | include/asm-blackfin/mmc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-blackfin/mmc.h b/include/asm-blackfin/mmc.h new file mode 100644 index 0000000..aa2ac95 --- /dev/null +++ b/include/asm-blackfin/mmc.h @@ -0,0 +1 @@ +#include <asm-avr32/arch-at32ap700x/mmc.h> |