diff options
author | stefano babic <sbabic@denx.de> | 2007-11-20 10:40:24 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-02-03 23:58:21 +0100 |
commit | c95219fae2a7add7daa2f91aedca65b1698465c7 (patch) | |
tree | 0a4683aa73ab09344dd57c2f2a2a966736e6f337 /include/part.h | |
parent | 96bbfa1e6625ce23a150936863b3ecf4c853eb33 (diff) | |
download | u-boot-imx-c95219fae2a7add7daa2f91aedca65b1698465c7.zip u-boot-imx-c95219fae2a7add7daa2f91aedca65b1698465c7.tar.gz u-boot-imx-c95219fae2a7add7daa2f91aedca65b1698465c7.tar.bz2 |
MMC for PXA 27X (resubmit)
MMC support for X_Scale PXA is broken and does not work.
Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
There were already some patches around the world but none of them was
merged into the official u-boot tree.
This patch makes order fixing this issue. Resubmit after code cleanup.
Applied and tested on PXA 270 (TrizepsIV module).
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/part.h')
-rw-r--r-- | include/part.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/part.h b/include/part.h index 37b2b68..8407aa0 100644 --- a/include/part.h +++ b/include/part.h @@ -59,6 +59,7 @@ typedef struct block_dev_desc { #define IF_TYPE_USB 4 #define IF_TYPE_DOC 5 #define IF_TYPE_MMC 6 +#define IF_TYPE_SD 7 /* Part types */ #define PART_TYPE_UNKNOWN 0x00 |