]> git.baikalelectronics.ru Git - uboot.git/commit
arm: K3: sysfw-loader: Do not require full printf() for version info
authorAndreas Dannenberg <dannenberg@ti.com>
Mon, 5 Aug 2019 18:46:23 +0000 (13:46 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 12 Aug 2019 17:33:43 +0000 (13:33 -0400)
commit9b917cfa40e9cc4cdd9010a8f2fcb812ad8bf9c3
tree067e99aed9a44edfc7ce6a341f9bcbd8cdd584d4
parent1f693a0f2a8dd5d33c8ae7b46c8c3cd0c52e7440
arm: K3: sysfw-loader: Do not require full printf() for version info

A previous commit...

commit 1e8f92ad176e ("configs: Make USE_TINY_PRINTF depend on SPL||TPL and be default")

...causes the System Firmware version string during SPL boot to no longer
getting printed to the console as expected. To fix this issue rework the
handling of that string to only use basic printf() syntax rather than
for example disabling CONFIG_USE_TINY_PRINTF on affected devices, this
way maintaining most of the memory size benefit the initial patch brings
when it comes to SPL.

Signed-off-by: Andreas Dannenberg <dannenberg@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-k3/sysfw-loader.c