diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/snowball.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/configs/snowball.h b/include/configs/snowball.h index ed70d65..30f4a4e 100644 --- a/include/configs/snowball.h +++ b/include/configs/snowball.h @@ -229,6 +229,14 @@ #endif /* + * MMC related configs + */ +#define CONFIG_ARM_PL180_MMCI +#define MMC_BLOCK_SIZE 512 +#define CFG_EMMC_BASE 0x80114000 +#define CFG_MMC_BASE 0x80126000 + +/* * FLASH and environment organization */ #define CONFIG_SYS_NO_FLASH |