Re: [U-Boot] [PATCH] amcc-common.h: Disable CONFIG_SYS_LONGHELP

2016-02-29 Thread Stefan Roese
On 29.02.2016 20:48, Tom Rini wrote: There are a number of AMCC platforms which are close to, or with some toolchains exceeding, the size constraints. Disable CONFIG_SYS_LONGHELP to get us room to build with again. Signed-off-by: Tom Rini --- include/configs/amcc-common.h |1 - 1 file c

[U-Boot] [PATCH] amcc-common.h: Disable CONFIG_SYS_LONGHELP

2016-02-29 Thread Tom Rini
There are a number of AMCC platforms which are close to, or with some toolchains exceeding, the size constraints. Disable CONFIG_SYS_LONGHELP to get us room to build with again. Signed-off-by: Tom Rini --- include/configs/amcc-common.h |1 - 1 file changed, 1 deletion(-) diff --git a/inclu