From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ravi Babu Date: Thu, 27 Apr 2017 17:45:18 +0530 Subject: [U-Boot] [PATCH v2 0/3] spl: dfu: misc fixes and reduce MLO foot print Message-ID: <1493295321-15498-1-git-send-email-ravibabu@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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