Searched hist:a62211b47d3f13cf49e9f7e77cdc1d19d478cf4b (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtd_uboot.c | a62211b47d3f13cf49e9f7e77cdc1d19d478cf4b Wed Jan 23 17:12:48 UTC 2019 Patrice Chotard <patrice.chotard@st.com> UPSTREAM: mtd: Fix get_mtdparts()
When ENV_IS_IN_UBI is enable, get_mtdparts is called before relocation.
During first get_mtdparts() call, mtdparts is not available in environment, it can be retrieved by calling board_mtdparts_default(), but following env_set() do nothing as we are before relocation. Finally mtdparts is still not available in environment.
At second get_mtdparts() call, use_defaults is false, but mtdparts is still not in environment and is NULL.
Remove use_defaults bool, only mtdparts criteria is useful.
Fixes: commit 5ffcd50612f6 ("mtd: Use default mtdparts/mtids when not defined in the environment")
Change-Id: I5e789575c70c88fce758f36343baca7625afd297 Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit e6b7afe737f95f61f347a340acdda1a48d29ed50)
|