All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lokesh Vutla <lokeshvutla@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 6/6] arm: am335x: Enable tiny printf in SPL
Date: Wed, 26 Apr 2017 13:37:10 +0530	[thread overview]
Message-ID: <20170426080710.7166-7-lokeshvutla@ti.com> (raw)
In-Reply-To: <20170426080710.7166-1-lokeshvutla@ti.com>

am335x_evm SPL is very close to its limit in SRAM space.
Switch to use tiny printf to reclaim some size.

Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
Changes since v1:
- None
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7812f21f36..7368f6b95c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -761,6 +761,7 @@ config AM33XX
 	bool "AM33XX SoC"
 	select ARCH_OMAP2
 	imply SYS_THUMB_BUILD
+	imply USE_TINY_PRINTF
 	help
 	  Support for AM335x SOC from Texas Instruments.
 	  The AM335x high performance SOC features a Cortex-A8
-- 
2.11.0

  parent reply	other threads:[~2017-04-26  8:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-26  8:07 [U-Boot] [PATCH v2 0/6] arm: am335x: Enable SPL_DM Lokesh Vutla
2017-04-26  8:07 ` [U-Boot] [PATCH v2 1/6] dm: mmc: omap_hsmmc: Update to support of-platdata Lokesh Vutla
2017-05-12 17:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-26  8:07 ` [U-Boot] [PATCH v2 2/6] dm: mmc: omap_hsmmc: Add pre-reloc flag to the driver Lokesh Vutla
2017-05-12 17:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-26  8:07 ` [U-Boot] [PATCH v2 3/6] configs: am335x_evm: Use omap2 generic spl load script Lokesh Vutla
2017-04-26 11:25   ` Tom Rini
2017-05-12 17:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2017-04-26  8:07 ` [U-Boot] [PATCH v2 4/6] am33xx: Provide platform data for mmc Lokesh Vutla
2017-04-26 11:11   ` Adam Ford
2017-04-26 11:13     ` Lokesh Vutla
2017-04-26 11:56       ` Adam Ford
2017-04-26 11:58   ` Tom Rini
2017-04-28 17:40     ` Adam Ford
2017-04-28 17:43       ` Tom Rini
2017-04-28 17:43         ` Adam Ford
2017-05-12 17:19   ` [U-Boot] [U-Boot,v2,4/6] " Tom Rini
2017-04-26  8:07 ` [U-Boot] [PATCH v2 5/6] configs: am335x_evm: Enable SPL_DM Lokesh Vutla
2017-05-12 17:19   ` [U-Boot] [U-Boot,v2,5/6] " Tom Rini
2017-04-26  8:07 ` Lokesh Vutla [this message]
2017-05-12 17:19   ` [U-Boot] [U-Boot, v2, 6/6] arm: am335x: Enable tiny printf in SPL Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170426080710.7166-7-lokeshvutla@ti.com \
    --to=lokeshvutla@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.