Skip to content
Snippets Groups Projects
Commit 57e5ecaf authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
Acked-by: default avatarStefan Roese <sr@denx.de>
Acked-by: default avatarDirk Eibach <dirk.eibach@gdsys.cc>
parent 0a61ee88
Branches
Tags
No related merge requests found
...@@ -29,6 +29,9 @@ ...@@ -29,6 +29,9 @@
#define CONFIG_HOSTNAME bamboo #define CONFIG_HOSTNAME bamboo
#include "amcc-common.h" #include "amcc-common.h"
/* Reclaim some space. */
#undef CONFIG_SYS_LONGHELP
#define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */ #define CONFIG_BOARD_EARLY_INIT_F 1 /* Call board_early_init_f */
/* /*
......
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
#define CONFIG_IDENT_STRING " iocon 0.06" #define CONFIG_IDENT_STRING " iocon 0.06"
#include "amcc-common.h" #include "amcc-common.h"
/* Reclaim some space. */
#undef CONFIG_SYS_LONGHELP
#define CONFIG_BOARD_EARLY_INIT_F #define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_BOARD_EARLY_INIT_R
#define CONFIG_LAST_STAGE_INIT #define CONFIG_LAST_STAGE_INIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment