commit | 8fd05c8276f1edca15ee6eb94ebb39efaa089110 | [log] [tgz] |
---|---|---|
author | Anurag Dutta <a-dutta@ti.com> | Sat Feb 08 10:09:37 2025 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 25 11:11:29 2025 -0600 |
tree | 250952dfae414720c1d6ecbfde5f9eed27752b9b | |
parent | 60ebe0c51e8ca999383592c39f7a51df092f4bf5 [diff] |
configs: am57xx_hs: Remove saved environments Saved environments cause inconsistencies leading to conflicts with the default environment that U-boot should update during development. Remove the previously saved environment so that the default environment is always loaded. Signed-off-by: Anurag Dutta <a-dutta@ti.com>