
Hi Mugunthan,
On Saturday 23 April 2016 01:04 AM, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
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 mugunthanvnm@ti.com Cc: Tom Rini trini@konsulko.com Signed-off-by: Stephen Warren swarren@nvidia.com
Reviewed-by: Mugunthan V N mugunthanvnm@ti.com
I assume that you have also tested this patch on your setup?
Would it be possible to also receive Tested-by: from you?
Regards Mugunthan V N