mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
ti: am335x: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
Set CONFIG_SYS_MMC_MAX_DEVICE to 2 for am335x SoC. This define is needed in the API code. Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
This commit is contained in:
parent
bb5854c4f4
commit
b1c6a54a53
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@
|
|||
#define CONFIG_ENV_OFFSET 0x0
|
||||
#define CONFIG_ENV_OFFSET_REDUND (CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)
|
||||
#define CONFIG_SYS_REDUNDAND_ENVIRONMENT
|
||||
#define CONFIG_SYS_MMC_MAX_DEVICE 2
|
||||
#elif defined(CONFIG_NOR_BOOT)
|
||||
#define CONFIG_ENV_IS_IN_FLASH
|
||||
#define CONFIG_ENV_SECT_SIZE (128 << 10) /* 128 KiB */
|
||||
|
|
Loading…
Reference in a new issue