summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorAnshul Dalal <[email protected]>2026-01-20 10:04:28 +0530
committerTom Rini <[email protected]>2026-01-27 16:11:58 -0600
commitcfce859b16ffc43c6eb0afb6c49c95e1ec25f5f1 (patch)
tree2c89d5cd3c70f6a42355c97f1a9c25845ec976bb /doc/develop
parent04854a24aca67f128884ac52f602fe189312638a (diff)
Kconfig: select SPL_USE_TINY_PRINTF_POINTER_SUPPORT for K3
Since the commit 1e24e84db41a ("tiny-printf: Handle formatting of %p with an extra Kconfig"), SPL_USE_TINY_PRINTF_POINTER_SUPPORT has been made mandatory in order to use %p which would earlier have defaulted to a 'long' print. Without this config symbol, k3_sysfw_dfu_download fails to set the correct value for the DFU string with: sprintf(dfu_str, "sysfw.itb ram 0x%p 0x%x", addr, CONFIG_K3_SYSFW_IMAGE_SIZE_MAX); The value we get "sysfw.itb ram 0x? 0x41c29d40" causes a boot failure. Therefore this patch sets SPL_USE_TINY_PRINTF_POINTER_SUPPORT for all K3 devices since the size impact is less than 100 bytes. Signed-off-by: Anshul Dalal <[email protected]> Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions