]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: Support dm_dump_all() in SPL
authorSimon Glass <sjg@chromium.org>
Wed, 23 Dec 2020 02:30:22 +0000 (19:30 -0700)
committerSimon Glass <sjg@chromium.org>
Tue, 5 Jan 2021 19:24:40 +0000 (12:24 -0700)
commit45ad176a7608c20162c4bc0895f2f31d0f773379
treeef70315ff7d27278a2639d67e2a9b818ee1ec84f
parent38d6b7ebdaee3e0e8426ef1b9df88bdce8ae2e75
dm: core: Support dm_dump_all() in SPL

At present the output from this function is hard to read in SPL, due to
(intended) limitations in SPL's printf() function. Add an SPL version so
it is clearer.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/core/dump.c