All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP
@ 2016-01-19 18:01 Tom Rini
  2016-01-20  5:51 ` Stefan Roese
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Rini @ 2016-01-19 18:01 UTC (permalink / raw)
  To: u-boot

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.

Cc: Dirk Eibach <eibach@gdsys.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 include/configs/bamboo.h |    3 +++
 include/configs/iocon.h  |    3 +++
 2 files changed, 6 insertions(+)

diff --git a/include/configs/bamboo.h b/include/configs/bamboo.h
index 5b8b22f..bb2abf1 100644
--- a/include/configs/bamboo.h
+++ b/include/configs/bamboo.h
@@ -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	*/
 
 /*
diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index 8663c17..8bc89a0 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
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP
  2016-01-19 18:01 [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP Tom Rini
@ 2016-01-20  5:51 ` Stefan Roese
  2016-01-20  7:52 ` Dirk Eibach
  2016-01-20 21:02 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Roese @ 2016-01-20  5:51 UTC (permalink / raw)
  To: u-boot

On 19.01.2016 19:01, Tom Rini wrote:
> 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.
>
> Cc: Dirk Eibach <eibach@gdsys.de>
> Cc: Stefan Roese <sr@denx.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Acked-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP
  2016-01-19 18:01 [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP Tom Rini
  2016-01-20  5:51 ` Stefan Roese
@ 2016-01-20  7:52 ` Dirk Eibach
  2016-01-20 21:02 ` [U-Boot] " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Dirk Eibach @ 2016-01-20  7:52 UTC (permalink / raw)
  To: u-boot

2016-01-19 19:01 GMT+01:00 Tom Rini <trini@konsulko.com>:
> 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.
>
> Cc: Dirk Eibach <eibach@gdsys.de>
> Cc: Stefan Roese <sr@denx.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Acked-by: Dirk Eibach <dirk.eibach@gdsys.cc>

Cheers
Dirk

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] iocon / bamboo: Drop CONFIG_SYS_LONGHELP
  2016-01-19 18:01 [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP Tom Rini
  2016-01-20  5:51 ` Stefan Roese
  2016-01-20  7:52 ` Dirk Eibach
@ 2016-01-20 21:02 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-01-20 21:02 UTC (permalink / raw)
  To: u-boot

On Tue, Jan 19, 2016 at 01:01:59PM -0500, Tom Rini wrote:

> 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.
> 
> Cc: Dirk Eibach <eibach@gdsys.de>
> Cc: Stefan Roese <sr@denx.de>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> Acked-by: Stefan Roese <sr@denx.de>
> Acked-by: Dirk Eibach <dirk.eibach@gdsys.cc>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160120/997b8c03/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-20 21:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-19 18:01 [U-Boot] [PATCH] iocon / bamboo: Drop CONFIG_SYS_LONGHELP Tom Rini
2016-01-20  5:51 ` Stefan Roese
2016-01-20  7:52 ` Dirk Eibach
2016-01-20 21:02 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.