commit | cf0082559698765a96f96cb3811db6a91c02ca82 | [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 | a85121392015e30bd12302ea2986b7ca662d198d [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>