Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w25q: erase operations must be erase-size aligned #17251

Closed
nashif opened this issue Jul 2, 2019 · 0 comments
Closed

w25q: erase operations must be erase-size aligned #17251

nashif opened this issue Jul 2, 2019 · 0 comments
Labels
bug The issue is a bug, or the PR is fixing a bug
Milestone

Comments

@nashif
Copy link
Member

nashif commented Jul 2, 2019

Erase operations must be aligned to the erase-size.
Don't need to perform an alignment check on a full erase. The offset
is not used in this case.
Don't need to perform alignment check on a sector sized erase, as
this alignment is checked on entrance to the function.

@nashif nashif added the bug The issue is a bug, or the PR is fixing a bug label Jul 2, 2019
@nashif nashif added this to the v1.14.1 milestone Jul 2, 2019
@nashif nashif closed this as completed Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

No branches or pull requests

1 participant