summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMattijs Korpershoek <mkorpershoek@baylibre.com>2023-08-21 17:20:48 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2023-09-13 09:18:28 -0500
commit9f0d18e7f655b4fb855853f21cf75ddcdf77cec3 (patch)
tree1528db4440b1b68e06f0e728506047e1e538504c /include
parente9f0e84341d636a260e59d123fa1c193052ec39f (diff)
configs: am62x_android_a53.config: force ENV_IS_NOWHERE=n
When booting with a corrupt MMC environment, we can see: Loading Environment from MMC... *** Warning - bad CRC, using default environment Loading Environment from nowhere... OK After that, saving does not work: => env default -a -f ## Resetting to default environment => saveenv Saving Environment to nowhere... not possible This is because CONFIG_ENV_IS_NOWHERE=y is set in am62x in am62x_evm_a53_defconfig and applying the am62x_android_53.config fragment does not disable it. Disable ENV_IS_NOWHERE explicitly so that => saveenv can repair broken environments. Fixes: d5a7186e16a9 ("configs: am62x_android_a53.config: Store environment in MMC") Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Tested-by: Guillaume La Roque <glaroque@baylibre.com> Reviewed-by: Guillaume La Roque <glaroque@baylibre.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions