Hi,

On 03/22/2014 11:13 AM, Ian Campbell wrote:
> As advised by Tom.
> 
> Signed-off-by: Ian Campbell <i...@hellion.org.uk>
> Cc: Tom Rini <tr...@ti.com>

Thanks, I've pushed this to the u-boot-sunxi.git sunxi branch.

Regards,

Hans

> ---
> v2: Simplify (and make correct) the comment
> ---
>  include/configs/sunxi-common.h | 7 ++-----
>  1 file changed, 2 insertions(+), 5 deletions(-)
> 
> diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
> index c76cf88..3a31361 100644
> --- a/include/configs/sunxi-common.h
> +++ b/include/configs/sunxi-common.h
> @@ -94,11 +94,8 @@
>  #define CONFIG_SYS_MMC_ENV_DEV               0       /* first detected MMC 
> controller */
>  #endif
>  
> -/*
> - * Size of malloc() pool
> - * 1MB = 0x100000, 0x100000 = 1024 * 1024
> - */
> -#define CONFIG_SYS_MALLOC_LEN                (CONFIG_ENV_SIZE + (1 << 20))
> +/* 4MB of malloc() pool */
> +#define CONFIG_SYS_MALLOC_LEN                (CONFIG_ENV_SIZE + (4 << 20))
>  
>  /* Flat Device Tree (FDT/DT) support */
>  #define CONFIG_OF_LIBFDT
> 

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to