mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
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>
This commit is contained in:
parent
52d3df7fef
commit
26637e2e4c
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue