mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
Set CONFIG_SYS_MMC_MAX_DEVICE to 4 for sunxi SoC. This define is needed in the API code. Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
2997ee5054
commit
ae042beb74
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@
|
|||
#define CONFIG_MMC_SUNXI_SLOT 0
|
||||
#define CONFIG_ENV_IS_IN_MMC
|
||||
#define CONFIG_SYS_MMC_ENV_DEV 0 /* first detected MMC controller */
|
||||
#define CONFIG_SYS_MMC_MAX_DEVICE 4
|
||||
#endif
|
||||
|
||||
/* 64MB of malloc() pool */
|
||||
|
|
Loading…
Reference in a new issue