[U-Boot] [PATCH v3 0/3] spl: dfu: misc fixes and reduce MLO foot print
Ravi Babu
ravibabu at ti.com
Thu May 4 10:15:27 UTC 2017
The patch series spl-dfu fixes includes
- select spl-dfu only spl-ram supported
- ignore the dfu-reset for spl-dfu
- reduce the spl-dfu MLO foot print
buildman ran for arm targets
Change history:
v1:
- Kconfig fix for dfu-reset for SPL-DFU
- compile out CONFIG_DFU_MMC for SPL-DFU
v2: - added Kconfig option CONFIG_SPL_DFU_MMC
and use of CONFIG_IS_ENABLED(DFU_MMC).
- compile out cli_hush. and use of
cli_simple_run_command() instead of
run_command().
- SPL size reduced by ~4K.
Ravi Babu (3):
spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT
common: dfu: ignore reset for spl-dfu
spl: dfu: reduce spl-dfu MLO size
common/Makefile | 1 -
common/dfu.c | 2 +-
common/spl/Kconfig | 5 +++++
drivers/dfu/Kconfig | 5 +++++
drivers/dfu/Makefile | 3 +++
drivers/dfu/dfu.c | 4 ++++
drivers/dfu/dfu_mmc.c | 3 ++-
include/dfu.h | 2 +-
8 files changed, 21 insertions(+), 4 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list