lib: Allow hexdump to be used in SPL
authorSimon Glass <sjg@chromium.org>
Sat, 12 Sep 2020 17:13:35 +0000 (11:13 -0600)
committerTom Rini <trini@konsulko.com>
Sat, 10 Oct 2020 20:49:58 +0000 (16:49 -0400)
commit26637e2e4c7235e4fe01b78a9646471c65e28aea
treef0236c1911bf52fac9e493f1c92da3de94723500
parent52d3df7fefe30b05677db9055e68c666a071d89a
lib: Allow hexdump to be used in SPL

It is sometimes useful to output hex dumps in SPL. Add a config option to
allow this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Stefan Roese <sr@denx.de>
lib/Kconfig