From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 21 Apr 2016 10:10:51 -0600 Subject: [U-Boot] [PATCH v3 1/3] tests: py: dfu: Add variables to store dfu alt numbers for test and dummy files In-Reply-To: <1461253254-30587-1-git-send-email-l.majewski@samsung.com> References: <1460130291-24223-1-git-send-email-l.majewski@samsung.com> <1461253254-30587-1-git-send-email-l.majewski@samsung.com> Message-ID: <5718FB8B.7030205@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/21/2016 09:40 AM, Lukasz Majewski wrote: > This patch replaces hardcoded (i.e. 0 and 1) values passed to dfu_{read|write} > with variables. The series, Acked-by: Stephen Warren