From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Mon, 25 Apr 2016 14:17:51 +0530 Subject: [U-Boot] [PATCH] dfu: ram: fix number base of RAM entity parameters In-Reply-To: <20160425092806.096eb8bf@amdc2363> References: <1461353656-23874-1-git-send-email-swarren@wwwdotorg.org> <571DBBCD.9020003@ti.com> <20160425092806.096eb8bf@amdc2363> Message-ID: <571DD9B7.80707@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 Monday 25 April 2016 12:58 PM, Lukasz Majewski wrote: > Hi Mugunthan, > >> 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 > > I assume that you have also tested this patch on your setup? > > Would it be possible to also receive Tested-by: from you? > Tested the patch successfully on AM335x BBB. Tested-by: Mugunthan V N Regards Mugunthan V N