sh: Remove unused code in arch/sh/lib/bootm.c
authorTom Rini <trini@konsulko.com>
Sat, 23 Jul 2022 17:04:53 +0000 (13:04 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 20:18:47 +0000 (16:18 -0400)
commit6eaa0e4ac6d87591fbfaecdd1e3ae9b548063b1a
treef7b04beb95f3e264660900190a9ffe2cbd0f733b
parent62e6418031bed3671e57e63d49273e2739a82589
sh: Remove unused code in arch/sh/lib/bootm.c

There are no callers of the hexdump function that is guarded by
CONFIG_SYS_DEBUG, so remove the section.

Signed-off-by: Tom Rini <trini@konsulko.com>
arch/sh/lib/bootm.c