[U-Boot] [PATCH v2 0/3] spl: dfu: misc fixes and reduce MLO foot print
Ravi Babu
ravibabu at ti.com
Thu Apr 27 12:15:18 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
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 | 3 +--
common/dfu.c | 2 +-
common/spl/Kconfig | 5 +++++
drivers/dfu/Makefile | 2 ++
drivers/dfu/dfu.c | 4 ++++
include/dfu.h | 2 +-
6 files changed, 14 insertions(+), 4 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list