diff mbox

[U-Boot,1/4] powerpc: ppc4xx: Add missing type for SYS_MALLOC_F_LEN in Kconfig

Message ID 1422279331-25239-1-git-send-email-sr@denx.de
State Superseded
Headers show

Commit Message

Stefan Roese Jan. 26, 2015, 1:35 p.m. UTC
Otherwise this symbol will not be created in the .config.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
---
 board/amcc/canyonlands/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Simon Glass Jan. 26, 2015, 4:07 p.m. UTC | #1
Hi Stefan,

On 26 January 2015 at 06:35, Stefan Roese <sr@denx.de> wrote:
> Otherwise this symbol will not be created in the .config.
>
> Signed-off-by: Stefan Roese <sr@denx.de>
> Cc: Simon Glass <sjg@chromium.org>
> ---
>  board/amcc/canyonlands/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig
> index bfdf17a..97df3f8 100644
> --- a/board/amcc/canyonlands/Kconfig
> +++ b/board/amcc/canyonlands/Kconfig
> @@ -36,6 +36,7 @@ config DM_SERIAL
>         default y
>
>  config SYS_MALLOC_F_LEN
> +       hex "Size of the malloc() pool for use before relocation."
>         default 0x400
>
>  config DEBUG_UART_BASE

Reviewed-by: Simon Glass <sjg@chromium.org>

I need to respin the series that added this option, so that this patch
isn't needed.

Regards,
Simon
diff mbox

Patch

diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig
index bfdf17a..97df3f8 100644
--- a/board/amcc/canyonlands/Kconfig
+++ b/board/amcc/canyonlands/Kconfig
@@ -36,6 +36,7 @@  config DM_SERIAL
 	default y
 
 config SYS_MALLOC_F_LEN
+	hex "Size of the malloc() pool for use before relocation."
 	default 0x400
 
 config DEBUG_UART_BASE