提交 26637e2e 编写于 作者: S Simon Glass 提交者: Tom Rini

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: NSimon Glass <sjg@chromium.org>
Reviewed-by: NStefan Roese <sr@denx.de>
上级 52d3df7f
......@@ -542,6 +542,14 @@ config HEXDUMP
help
This enables functions for printing dumps of binary data.
config SPL_HEXDUMP
bool "Enable hexdump in SPL"
depends on HEXDUMP
default y
help
This enables functions for printing dumps of binary data in
SPL.
config OF_LIBFDT
bool "Enable the FDT library"
default y if OF_CONTROL
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册