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
3193a907
Commit
3193a907
authored
23 years ago
by
Ronald G. Minnich
Browse files
Options
Download
Email Patches
Plain Diff
Fix idiot bug, thanks to Mikael Halvarsson <mi.halvarsson@telia.com>
Corresponding to coreboot v1 svn r540.
parent
5e8dfff2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mx29f002.c
mx29f002.c
+1
-1
No files found.
mx29f002.c
View file @
3193a907
...
...
@@ -101,7 +101,7 @@ int write_29f002 (struct flashchip * flash, char * buf)
*
(
bios
+
0x5555
)
=
0xAA
;
*
(
bios
+
0x2AAA
)
=
0x55
;
*
(
bios
+
0x5555
)
=
0xA0
;
*
dst
++
=
0x33
;
*
dst
++
=
*
buf
++
;
/* wait for Toggle bit ready */
toggle_ready_jedec
(
dst
);
...
...
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