mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 14:36:33 -04:00
Merge with /home/tur/nand/u-boot
This commit is contained in:
commit
83784bf63f
@ -115,7 +115,7 @@ int saveenv(void)
|
|||||||
int total, ret = 0;
|
int total, ret = 0;
|
||||||
|
|
||||||
puts ("Erasing Nand...");
|
puts ("Erasing Nand...");
|
||||||
if (nand_erase(&nand_info[0], CFG_NEW_OFFSET, CFG_ENV_SIZE))
|
if (nand_erase(&nand_info[0], CFG_ENV_OFFSET, CFG_ENV_SIZE))
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
puts ("Writing to Nand... ");
|
puts ("Writing to Nand... ");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user