All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
@ 2016-11-05 19:51 Emmanuel Vadot
  2016-11-13 18:48 ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Emmanuel Vadot @ 2016-11-05 19:51 UTC (permalink / raw)
  To: u-boot

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>
---
 include/configs/sunxi-common.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index 8363414..edb3ff7 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -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 */
-- 
2.9.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
  2016-11-05 19:51 [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE Emmanuel Vadot
@ 2016-11-13 18:48 ` Hans de Goede
  2016-11-17  8:11   ` Jaehoon Chung
  0 siblings, 1 reply; 3+ messages in thread
From: Hans de Goede @ 2016-11-13 18:48 UTC (permalink / raw)
  To: u-boot

Hi,

On 05-11-16 20:51, Emmanuel Vadot wrote:
> 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>

LGTM:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans


> ---
>  include/configs/sunxi-common.h | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
> index 8363414..edb3ff7 100644
> --- a/include/configs/sunxi-common.h
> +++ b/include/configs/sunxi-common.h
> @@ -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 */
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE
  2016-11-13 18:48 ` Hans de Goede
@ 2016-11-17  8:11   ` Jaehoon Chung
  0 siblings, 0 replies; 3+ messages in thread
From: Jaehoon Chung @ 2016-11-17  8:11 UTC (permalink / raw)
  To: u-boot

On 11/14/2016 03:48 AM, Hans de Goede wrote:
> Hi,
> 
> On 05-11-16 20:51, Emmanuel Vadot wrote:
>> 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>
> 
> LGTM:
> 
> Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> 
> Regards,
> 
> Hans
> 
> 
>> ---
>>  include/configs/sunxi-common.h | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
>> index 8363414..edb3ff7 100644
>> --- a/include/configs/sunxi-common.h
>> +++ b/include/configs/sunxi-common.h
>> @@ -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 */
>>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-11-17  8:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05 19:51 [U-Boot] [PATCH] sunxi: mmc: Set CONFIG_SYS_MMC_MAX_DEVICE Emmanuel Vadot
2016-11-13 18:48 ` Hans de Goede
2016-11-17  8:11   ` Jaehoon Chung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.