]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Update cpu to use logging
authorSimon Glass <sjg@chromium.org>
Sun, 1 Sep 2024 22:26:24 +0000 (16:26 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 18 Sep 2024 19:01:00 +0000 (13:01 -0600)
commit58f26a17b41ff146e4e9f5564a9da6571585d1a7
treeb2d659ab0332fd4a55ebb3a955d872d53875b34e
parentdf2c5941a68031b0c0faeecab4132140dcc6b771
sandbox: Update cpu to use logging

Use log_debug() instead of including the function name in the string.
Add one more debug for PCI.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/cpu.c