Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
U
uboot-imx
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Librem5
uboot-imx
Commits
6608043f
Commit
6608043f
authored
Sep 01, 2006
by
Marian Balakowicz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tools/updater build error.
parent
4c15ef55
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
6 deletions
+4
-6
CHANGELOG
CHANGELOG
+2
-0
tools/updater/flash.c
tools/updater/flash.c
+2
-2
tools/updater/update.c
tools/updater/update.c
+0
-4
No files found.
CHANGELOG
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:
...
...
tools/updater/flash.c
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 */
...
...
tools/updater/update.c
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
;
...
...
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