summaryrefslogtreecommitdiffstats
path: root/include/configs/iocon.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-01-19 13:01:59 -0500
committerTom Rini <trini@konsulko.com>2016-01-20 15:25:00 -0500
commit57e5ecaf755d5301cd33683788e4b8432938bbbe (patch)
tree9640f67d25a585945281ffc01facfa05709ac8d8 /include/configs/iocon.h
parent0a61ee880ceecfa8e3ac12774c4424a73c0ba91d (diff)
downloadblackbird-obmc-uboot-57e5ecaf755d5301cd33683788e4b8432938bbbe.tar.gz
blackbird-obmc-uboot-57e5ecaf755d5301cd33683788e4b8432938bbbe.zip
iocon / bamboo: Drop CONFIG_SYS_LONGHELP
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>
Diffstat (limited to 'include/configs/iocon.h')
-rw-r--r--include/configs/iocon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index 8663c1772a..8bc89a05eb 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -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
OpenPOWER on IntegriCloud