From patchwork Thu Feb 13 13:34:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Moses Christopher X-Patchwork-Id: 236309 List-Id: U-Boot discussion From: moseschristopherb at gmail.com (moseschristopherb at gmail.com) Date: Thu, 13 Feb 2020 13:34:07 +0000 Subject: [PATCH] am335x: evm: defconfig: disable spl tiny printf Message-ID: <20200213133407.11477-1-moseschristopherb@gmail.com> From: Moses Christopher Bollavarapu - 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 --- 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