We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
u-boot/board/starfive/jh7100/jh_ptc.c
Line 146 in 0c08d33
Line 162 in 0c08d33
I have no idea what we are trying to accomplish here. Both for loop have empty body and will be optimized away.
The text was updated successfully, but these errors were encountered:
jh7100: deal with starfive-tech/u-boot#35
1c06024
I replaced the empty loop (which would always be optimized out) with a udelay(100). Signed-off-by: Andrei Warkentin <[email protected]>
No branches or pull requests
u-boot/board/starfive/jh7100/jh_ptc.c
Line 146 in 0c08d33
u-boot/board/starfive/jh7100/jh_ptc.c
Line 162 in 0c08d33
I have no idea what we are trying to accomplish here. Both for loop have empty body and will be optimized away.
The text was updated successfully, but these errors were encountered: