
This series collects a few minor fixes and improvements that have been hanging around in a branch for a while.
Simon Glass (7): spl: Drop duplicate 'Jumping to U-Boot' message binman: Indicate how to make binman verbose doc: Add a note about how to produce 'md' output using hexdump s5p4418_nanopi2: Bring in some dead code sandbox: Avoid using malloc() for system state sandbox: Write out bloblist when existing bootm: Fix duplicate debugging in bootm_process_cmdline()
Makefile | 1 + README | 4 ++++ arch/arm/mach-nexell/Makefile | 2 +- arch/arm/mach-nexell/cmd_boot_linux.c | 14 ++++++++------ arch/sandbox/cpu/state.c | 21 +++++++++++++-------- common/bootm.c | 2 +- common/spl/spl.c | 1 - tools/binman/README | 4 +++- 8 files changed, 31 insertions(+), 18 deletions(-)