mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
While the kernel mainly uses pr_debug(...), etc, for debug messages, we use debug(...). Add this to the list of logFunctions so that they are correctly checked (and not warned against) for long string literals. Signed-off-by: Tom Rini <trini@ti.com>