]> git.sur5r.net Git - u-boot/commitdiff
iocon / bamboo: Drop CONFIG_SYS_LONGHELP
authorTom Rini <trini@konsulko.com>
Tue, 19 Jan 2016 18:01:59 +0000 (13:01 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 20 Jan 2016 20:25:00 +0000 (15:25 -0500)
The iocon and bamboo boards are often on the verge of, or going over,
their allowed size limits depending on toolchain used.  If we turn off
CONFIG_SYS_LONGHELP we can gain approximately 14KiB back.

Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Dirk Eibach <dirk.eibach@gdsys.cc>
include/configs/bamboo.h
include/configs/iocon.h

index 5b8b22f0e643f3dcf306636c0c7cea923050ba0e..bb2abf1a42278a4fdf9b646838062ea485cdb47e 100644 (file)
@@ -29,6 +29,9 @@
 #define CONFIG_HOSTNAME                bamboo
 #include "amcc-common.h"
 
+/* Reclaim some space. */
+#undef CONFIG_SYS_LONGHELP
+
 #define CONFIG_BOARD_EARLY_INIT_F 1     /* Call board_early_init_f     */
 
 /*
index 8663c1772a3df7ffa5391f6c88d9bd4f466ce2f8..8bc89a05eb8b40701e39114d8753003dd7600428 100644 (file)
@@ -20,6 +20,9 @@
 #define CONFIG_IDENT_STRING    " iocon 0.06"
 #include "amcc-common.h"
 
+/* Reclaim some space. */
+#undef CONFIG_SYS_LONGHELP
+
 #define CONFIG_BOARD_EARLY_INIT_F
 #define CONFIG_BOARD_EARLY_INIT_R
 #define CONFIG_LAST_STAGE_INIT