diff options
author | Yangbo Lu <yangbo.lu@freescale.com> | 2015-03-20 19:28:31 -0700 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-04-23 16:46:51 -0700 |
commit | 8b06460e5518eeec449298c91fb1424b36c9b305 (patch) | |
tree | 8a0cdaf5b9551c31a8f40b64e6b4b43e96c5ab20 /include/configs/ls2085a_common.h | |
parent | 32eda7cc945212ba8df569e399b0361b32676ac2 (diff) | |
download | u-boot-8b06460e5518eeec449298c91fb1424b36c9b305.tar.gz |
ls2085a: esdhc: Add esdhc support for ls2085a
This patch adds esdhc support for ls2085a.
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r-- | include/configs/ls2085a_common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 2fa07d48a0..e270fc8c19 100644 --- a/include/configs/ls2085a_common.h +++ b/include/configs/ls2085a_common.h @@ -155,6 +155,9 @@ unsigned long long get_qixis_addr(void); #define QIXIS_BASE get_qixis_addr() #define QIXIS_BASE_PHYS 0x20000000 #define QIXIS_BASE_PHYS_EARLY 0xC000000 +#define QIXIS_STAT_PRES1 0xb +#define QIXIS_SDID_MASK 0x07 +#define QIXIS_ESDHC_NO_ADAPTER 0x7 #define CONFIG_SYS_NAND_BASE 0x530000000ULL #define CONFIG_SYS_NAND_BASE_PHYS 0x30000000 @@ -217,8 +220,6 @@ unsigned long long get_qixis_addr(void); #define CONFIG_CMD_BOOTD #define CONFIG_CMD_ECHO #define CONFIG_CMD_SOURCE -#define CONFIG_CMD_FAT -#define CONFIG_DOS_PARTITION /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) |