diff options
author | Jason <r64343@freescale.com> | 2010-03-25 15:36:28 +0800 |
---|---|---|
committer | Jason <r64343@freescale.com> | 2010-03-25 19:46:28 +0800 |
commit | 46b29af149c186ed5097ba2b4cc13c2f0d5d0c35 (patch) | |
tree | 2e3c4bf595f831ae6533aacaeb96c425633d71e1 /include/asm-arm/arch-mx53 | |
parent | 1842946ef735d969e99be097812bbc383e7f8dc1 (diff) | |
download | u-boot-imx-46b29af149c186ed5097ba2b4cc13c2f0d5d0c35.zip u-boot-imx-46b29af149c186ed5097ba2b4cc13c2f0d5d0c35.tar.gz u-boot-imx-46b29af149c186ed5097ba2b4cc13c2f0d5d0c35.tar.bz2 |
ENGR00121976 UBOOT: some fix for SD/MMC card
-Update eSDHC clock setting,
-Fix the GPT timer setting,
-Fix the boot option pars,
-Remove mdelay() function call to improve the performance
Signed-off-by:Jason Liu <r64343@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx53')
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h index e985357..b1f3d27 100644 --- a/include/asm-arm/arch-mx53/mx53.h +++ b/include/asm-arm/arch-mx53/mx53.h @@ -379,10 +379,16 @@ #ifndef __ASSEMBLER__ enum boot_device { - UNKNOWN_BOOT, - NAND_BOOT, + WEIM_NOR_BOOT, + ONE_NAND_BOOT, + PATA_BOOT, + SATA_BOOT, + I2C_BOOT, SPI_NOR_BOOT, + SD_BOOT, MMC_BOOT, + NAND_BOOT, + UNKNOWN_BOOT }; enum mxc_clock { @@ -397,6 +403,9 @@ enum mxc_clock { MXC_EMI_SLOW_CLK, MXC_DDR_CLK, MXC_ESDHC_CLK, + MXC_ESDHC2_CLK, + MXC_ESDHC3_CLK, + MXC_ESDHC4_CLK, }; enum mxc_peri_clocks { |