1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-01 19:05:51 +01:00
- Fix mtd erase with mtdpart (Marek Behún)
- NXP fspi driver fixes (Kuldeep Singh)
This commit is contained in:
Tom Rini
2021-10-23 10:49:28 -04:00
19 changed files with 159 additions and 108 deletions

4
env/onenand.c vendored
View File

@@ -73,9 +73,7 @@ static int env_onenand_save(void)
#endif
loff_t env_addr = CONFIG_ENV_ADDR;
size_t retlen;
struct erase_info instr = {
.callback = NULL,
};
struct erase_info instr = {};
ret = env_export(&env_new);
if (ret)