commit | 0bdf5630336e124e513892dd2a2bab25db931681 | [log] [tgz] |
---|---|---|
author | Faiz Abbas <faiz_abbas@ti.com> | Wed Feb 26 13:44:35 2020 +0530 |
committer | Peng Fan <peng.fan@nxp.com> | Mon Mar 09 08:33:16 2020 +0800 |
tree | 906390d6edd026bbdd2133653ec71f43859983fe | |
parent | e4425cbe25858be43d0c0e68c72e06fb9cb53b67 [diff] |
spl: mmc: Fix spl_mmc_get_uboot_raw_sector() implementation The call to spl_mmc_get_uboot_raw_sector() completely ignores and overwrites the raw_sect value passed from the caller of spl_mmc_load(). Fix this by passing raw_sect to the function and returning the same value in the default case. Signed-off-by: Faiz Abbas <faiz_abbas@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>