Searched hist:"3517 de6d26de7baeddb2c9e9bf145456c35885e1" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/dfu/ |
| H A D | dfu_ram.c | 3517de6d26de7baeddb2c9e9bf145456c35885e1 Fri Apr 22 19:34:16 UTC 2016 Stephen Warren <swarren@nvidia.com> dfu: ram: fix number base of RAM entity parameters
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> Tested-by: Mugunthan V N <mugunthanvnm@ti.com> [Test HW: AM335x BBB]
|