]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit36616d21a0b85b4dc2b73f839ec69453a968c6c2
treef7b04beb95f3e264660900190a9ffe2cbd0f733b
parentaac1eaf445b073292a93f7085641b8595bb919a8
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