From: moseschristopherb at gmail.com <moseschristopherb@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] am335x: evm: defconfig: disable spl tiny printf
Date: Thu, 13 Feb 2020 13:34:07 +0000 [thread overview]
Message-ID: <20200213133407.11477-1-moseschristopherb@gmail.com> (raw)
From: Moses Christopher Bollavarapu <moseschristopherb@gmail.com>
- As tiny printf lib is further optimized, the ability to deal with
ethaddr is lost. Hence, in order to handle usb-eth boot from SPL
we need to disable tiny printf.
- Tested on Beagle Bone Black
Signed-off-by: Moses Christopher Bollavarapu <moseschristopherb@gmail.com>
---
configs/am335x_evm_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig
index 335aa8cfa1..e3fbe2e5bc 100644
--- a/configs/am335x_evm_defconfig
+++ b/configs/am335x_evm_defconfig
@@ -77,6 +77,7 @@ CONFIG_USB_ETHER=y
CONFIG_WDT=y
# CONFIG_SPL_WDT is not set
CONFIG_DYNAMIC_CRC_TABLE=y
+# CONFIG_SPL_USE_TINY_PRINTF is not set
CONFIG_RSA=y
CONFIG_LZO=y
# CONFIG_OF_LIBFDT_OVERLAY is not set
--
2.20.1
next reply other threads:[~2020-02-13 13:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-13 13:34 moseschristopherb at gmail.com [this message]
2020-02-17 3:46 ` [PATCH] am335x: evm: defconfig: disable spl tiny printf Lokesh Vutla
2020-02-18 4:58 ` Vignesh Raghavendra
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=20200213133407.11477-1-moseschristopherb@gmail.com \
--to=moseschristopherb@gmail.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.