Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
156a6e13
"vscode:/vscode.git/clone" did not exist on "ae21db77ecaa9f3fa05e3efe8b3a6b0c2dc47566"
Commit
156a6e13
authored
Jul 01, 2021
by
Mark Dykes
Committed by
TrustedFirmware Code Review
Jul 01, 2021
Browse files
Merge "fix(drivers/mtd): macronix quad enable bit issue" into integration
parents
80000975
c3327408
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/mtd/nor/spi_nor.c
View file @
156a6e13
...
@@ -131,7 +131,7 @@ static int spi_nor_macronix_quad_enable(void)
...
@@ -131,7 +131,7 @@ static int spi_nor_macronix_quad_enable(void)
return
ret
;
return
ret
;
}
}
if
((
sr
&
SR_QUAD_EN_MX
)
=
=
0U
)
{
if
((
sr
&
SR_QUAD_EN_MX
)
!
=
0U
)
{
return
0
;
return
0
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment