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
856943d4
Commit
856943d4
authored
21 years ago
by
Ollie Lho
Browse files
Options
Download
Email Patches
Plain Diff
Forgot a semicolon
Corresponding to flashrom svn r11 and coreboot v2 svn r1437.
parent
f36ad4f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
flash_rom.c
flash_rom.c
+1
-1
pm49fl004.c
pm49fl004.c
+4
-3
No files found.
flash_rom.c
View file @
856943d4
...
...
@@ -150,7 +150,7 @@ int verify_flash (struct flashchip * flash, char * buf, int verbose)
}
if
(
verbose
)
printf
(
"
\b\b\b\b\b\b\b\b\b\b
"
);
i
++
i
++
;
}
if
(
verbose
)
printf
(
"
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
pm49fl004.c
View file @
856943d4
...
...
@@ -58,10 +58,11 @@ static __inline__ int erase_block_49fl004 ( volatile unsigned char * bios ,unsig
return
(
0
);
}
static
__inline__
int
write_block_49fl004
(
volatile
char
*
bios
,
unsigned
char
*
src
,
volatile
unsigned
char
*
dst
,
unsigned
int
page_size
)
unsigned
char
*
src
,
volatile
unsigned
char
*
dst
,
unsigned
int
page_size
)
{
int
i
;
volatile
char
*
Temp
;
...
...
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