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
5d22aba9
Commit
5d22aba9
authored
21 years ago
by
Ronald G. Minnich
Browse files
Options
Download
Email Patches
Plain Diff
Missing return in msys_doc.c:206
Corresponding to coreboot v1 svn r900.
parent
a01c0ed4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
msys_doc.c
msys_doc.c
+1
-0
No files found.
msys_doc.c
View file @
5d22aba9
...
...
@@ -202,6 +202,7 @@ write_md2802(struct flashchip *flash, unsigned char *buf)
}
printf
(
"
\n
"
);
//protect_md2802(bios);
return
0
;
}
/* int write_md2802(struct flashchip *flash, char *buf) */
...
...
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