-
Notifications
You must be signed in to change notification settings - Fork 327
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
target/riscv: remove duplicate of progbufsize field #1125
Conversation
e1bc8db
to
cf0806b
Compare
cf0806b
to
9ed55c2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (reviewed internally). @JanMatCodasip, @MarekVCodasip, please take a look.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the cleanup, it looks good.
I have posted few optional comments for your consideration, mostly related to code consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nothing to add to @JanMatCodasip
Small (possibly dumb) question... |
@TommyMurphyTM1234, you are right. NFC means non-functional change. I can rename PR if such naming is confusing |
Thanks @fk-sc - I just hadn't come across such nomenclature before and couldn't find anything explanatory by searching. But maybe it's a commonly used shorthand. |
441696f
9ed55c2
to
441696f
Compare
441696f
to
3f26c01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have two small nitpicks I additionally noticed. Please take a look.
* removed `progbuf_size` field from `riscv_info`; added getter * moved `impebreak` field from `riscv_info` to `riscv013_info` as implementation dependent field; added getter Signed-off-by: Farid Khaydari <[email protected]>
3f26c01
to
a61e727
Compare
Remove duplicate of progbufsize field
progbuf_size
field fromriscv_info
; added getterimpebreak
field fromriscv_info
to 'riscv013_info' as implementation dependent field; added getter