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:
4
env/onenand.c
vendored
4
env/onenand.c
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user