From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Mon, 25 Apr 2016 12:10:13 +0530 Subject: [U-Boot] [PATCH] dfu: ram: fix number base of RAM entity parameters In-Reply-To: <1461353656-23874-1-git-send-email-swarren@wwwdotorg.org> References: <1461353656-23874-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <571DBBCD.9020003@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 On Saturday 23 April 2016 01:04 AM, Stephen Warren wrote: > From: Stephen Warren > > U-Boot typically interprets unprefixed numbers as base 16, and DFU RAM > entity parsing has historically done so. Reverse the change to default > to base 10, so that values in previously working command-lines aren't > mis-parsed, causing RAM corruption, crashes, hangs, etc. > > Fixes: 6aeb877afef0 ("drivers: dfu: ram: fix a crash with dfu ram with invalid dfu_alt_info env") > > Cc: Mugunthan V N > Cc: Tom Rini > Signed-off-by: Stephen Warren > --- Reviewed-by: Mugunthan V N Regards Mugunthan V N