From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v5 11/11] configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL
Date: Thu, 30 Nov 2017 11:55:44 -0500 [thread overview]
Message-ID: <20171130165544.GJ3587@bill-the-cat> (raw)
In-Reply-To: <1512060244-22907-12-git-send-email-jjhiblot@ti.com>
On Thu, Nov 30, 2017 at 05:44:04PM +0100, Jean-Jacques Hiblot wrote:
> The changes in the MMC stack have increased its footprint up to the point
> were its breaks the generation of the SPL for this platform.
> Fix this by reducing the loglevel.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> ---
>
> new patch that takes adavntage of "mmc: convert most of printf() to pr_err()
> and pr_warn()" to reduce the size of the SPL.
> WIthout this patch the SPL is too big and the build breaks.
>
> configs/omapl138_lcdk_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig
> index 8d6b12f..0d4506e 100644
> --- a/configs/omapl138_lcdk_defconfig
> +++ b/configs/omapl138_lcdk_defconfig
> @@ -8,6 +8,7 @@ CONFIG_SPL_MMC_SUPPORT=y
> CONFIG_SPL_SERIAL_SUPPORT=y
> CONFIG_SPL_NAND_SUPPORT=y
> CONFIG_BOOTDELAY=3
> +CONFIG_LOGLEVEL=3
> CONFIG_VERSION_VARIABLE=y
> # CONFIG_DISPLAY_CPUINFO is not set
> # CONFIG_DISPLAY_BOARDINFO is not set
Peter? Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171130/859fbe70/attachment.sig>
next prev parent reply other threads:[~2017-11-30 16:55 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20171130164502epcas4p25dbad0b069a72069c355b5058500aaad@epcas4p2.samsung.com>
2017-11-30 16:43 ` [U-Boot] [PATCH v5 00/11] mmc: fixes for HS200/UHS core support Jean-Jacques Hiblot
2017-11-30 16:43 ` [U-Boot] [PATCH v5 01/11] mmc: dump card and host capabilities if debug is enabled Jean-Jacques Hiblot
2017-11-30 16:43 ` [U-Boot] [PATCH v5 02/11] dm: mmc: update mmc_of_parse() Jean-Jacques Hiblot
2017-11-30 16:43 ` [U-Boot] [PATCH v5 03/11] mmc: Fixed a problem with old sd or mmc that do not support High speed Jean-Jacques Hiblot
2017-11-30 16:43 ` [U-Boot] [PATCH v5 04/11] mmc: all hosts support 1-bit bus width and legacy timings Jean-Jacques Hiblot
2017-11-30 16:43 ` [U-Boot] [PATCH v5 05/11] mmc: fix for old MMCs (below version 4) Jean-Jacques Hiblot
2017-11-30 16:43 ` [U-Boot] [PATCH v5 06/11] mmc: don't use malloc_cache_aligned() Jean-Jacques Hiblot
2017-11-30 16:44 ` [U-Boot] [PATCH v5 07/11] mmc: convert most of printf() to pr_err() and pr_warn() Jean-Jacques Hiblot
2017-11-30 16:49 ` Tom Rini
2017-11-30 16:44 ` [U-Boot] [PATCH v5 08/11] mmc: make UHS and HS200 optional Jean-Jacques Hiblot
2017-11-30 16:44 ` [U-Boot] [PATCH v5 09/11] mmc: make optional the support for eMMC hardware partitioning Jean-Jacques Hiblot
2017-11-30 16:44 ` [U-Boot] [PATCH v5 10/11] configs: openrd: removed " Jean-Jacques Hiblot
2017-11-30 16:44 ` [U-Boot] [PATCH v5 11/11] configs: omapl138_lcdk: decrease the loglevel to reduce the size of the SPL Jean-Jacques Hiblot
2017-11-30 16:55 ` Tom Rini [this message]
2017-11-30 21:23 ` Peter Howard
2017-12-11 7:57 ` [U-Boot] [PATCH v5 00/11] mmc: fixes for HS200/UHS core support Jaehoon Chung
2017-12-11 9:33 ` Marek Vasut
2017-12-11 9:57 ` Jaehoon Chung
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=20171130165544.GJ3587@bill-the-cat \
--to=trini@konsulko.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.