Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Mayer
u-boot
Commits
6608043f
Commit
6608043f
authored
18 years ago
by
Marian Balakowicz
Browse files
Options
Downloads
Patches
Plain Diff
Fix tools/updater build error.
parent
4c15ef55
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
tools/updater/flash.c
+2
-2
2 additions, 2 deletions
tools/updater/flash.c
tools/updater/update.c
+0
-4
0 additions, 4 deletions
tools/updater/update.c
with
4 additions
and
6 deletions
CHANGELOG
+
2
−
0
View file @
6608043f
...
...
@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
======================================================================
* Fix tools/updater build error.
* Fix tools/easylogo build error.
* Update for MCC200 / PRS200 boards:
...
...
This diff is collapsed.
Click to expand it.
tools/updater/flash.c
+
2
−
2
View file @
6608043f
/*
* (C) Copyright 2000
* (C) Copyright 2000
-2006
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
...
...
@@ -124,7 +124,7 @@ addr2info (ulong addr)
* (only some targets require alignment)
*/
int
flash_write
(
u
char
*
src
,
ulong
addr
,
ulong
cnt
)
flash_write
(
char
*
src
,
ulong
addr
,
ulong
cnt
)
{
#ifdef CONFIG_SPD823TS
return
(
ERR_TIMOUT
);
/* any other error codes are possible as well */
...
...
This diff is collapsed.
Click to expand it.
tools/updater/update.c
+
0
−
4
View file @
6608043f
...
...
@@ -46,10 +46,6 @@ void _main(void)
while
(
1
);
}
int
flash_sect_protect
(
int
p
,
ulong
addr_first
,
ulong
addr_last
);
int
flash_sect_erase
(
ulong
addr_first
,
ulong
addr_last
);
int
flash_write
(
uchar
*
src
,
ulong
addr
,
ulong
cnt
);
void
do_updater
(
void
)
{
unsigned
long
*
addr
=
&
__dummy
+
65
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment