mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash
This commit is contained in:
commit
20d635142b
1 changed files with 2 additions and 1 deletions
|
|
@ -1932,9 +1932,10 @@ ulong flash_get_size (ulong base, int banknum)
|
|||
/* XXX - Need to test on x8/x16 in parallel. */
|
||||
info->portwidth >>= 1;
|
||||
}
|
||||
|
||||
flash_write_cmd (info, 0, 0, info->cmd_reset);
|
||||
}
|
||||
|
||||
flash_write_cmd (info, 0, 0, info->cmd_reset);
|
||||
return (info->size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue