Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Evan Lojewski
ast2050-flashrom
Commits
a01c0ed4
Commit
a01c0ed4
authored
21 years ago
by
Ronald G. Minnich
Browse files
Options
Download
Email Patches
Plain Diff
Fix another volatile declaration
Corresponding to coreboot v1 svn r893.
parent
7ead885e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
am29f040b.c
am29f040b.c
+1
-1
No files found.
am29f040b.c
View file @
a01c0ed4
...
...
@@ -92,7 +92,7 @@ int probe_29f040b (struct flashchip * flash)
int
erase_29f040b
(
struct
flashchip
*
flash
)
{
volatile
char
*
bios
=
flash
->
virt_addr
;
volatile
unsigned
char
*
bios
=
flash
->
virt_addr
;
*
(
bios
+
0x555
)
=
0xAA
;
*
(
bios
+
0x2AA
)
=
0x55
;
...
...
This diff is collapsed.
Click to expand it.
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