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

2015-01-26 Thread Stefan Roese
Otherwise this symbol will not be created in the .config. Signed-off-by: Stefan Roese s...@denx.de Cc: Simon Glass s...@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

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

2015-01-26 Thread Simon Glass
Hi Stefan, On 26 January 2015 at 06:35, Stefan Roese s...@denx.de wrote: Otherwise this symbol will not be created in the .config. Signed-off-by: Stefan Roese s...@denx.de Cc: Simon Glass s...@chromium.org --- board/amcc/canyonlands/Kconfig | 1 + 1 file changed, 1 insertion(+) diff