summaryrefslogtreecommitdiff
path: root/doc/usage/cmd
diff options
context:
space:
mode:
authorAlexander Sverdlin <[email protected]>2026-03-10 14:18:40 +0100
committerTom Rini <[email protected]>2026-03-25 14:37:03 -0600
commite67cf100eead1f918a3ff7a591e15fa0d9804189 (patch)
treedf65d15dd425b6b2b301ca91292e3730495af468 /doc/usage/cmd
parente641ac90c26d4e0bb14ebf16d9b45e895e2135cc (diff)
fdt: Prefer %pap over %llx
In cases where phys_addr_t/phys_size_t is being printed, it's possible to use tiny-printf-friendly %pap instead of %llx. For instance, in SPL, with tiny-printf: Before the patch: fdtdec_setup_memory_banksize: DRAM Bank #0: start = 0xx, size = 0xx After the patch: fdtdec_setup_memory_banksize: DRAM Bank #0: start = 80000000, size = 40000000 Signed-off-by: Alexander Sverdlin <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
0 files changed, 0 insertions, 0 deletions