Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot-2015.04
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
vesta
u-boot-2015.04
Commits
c9c101c6
Commit
c9c101c6
authored
16 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
ads5121: fix compiler warnings (unused variables)
Signed-off-by:
Wolfgang Denk
<
wd@denx.de
>
parent
b315ad8f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cpu/mpc512x/cpu.c
+0
-2
0 additions, 2 deletions
cpu/mpc512x/cpu.c
cpu/mpc512x/iopin.c
+1
-1
1 addition, 1 deletion
cpu/mpc512x/iopin.c
with
1 addition
and
3 deletions
cpu/mpc512x/cpu.c
+
0
−
2
View file @
c9c101c6
...
...
@@ -166,9 +166,7 @@ static void old_ft_cpu_setup(void *blob, bd_t *bd)
static
void
ft_clock_setup
(
void
*
blob
,
bd_t
*
bd
)
{
int
node
;
char
*
cpu_path
=
"/cpus/"
OF_CPU
;
const
char
*
path
=
NULL
;
/*
* fixup cpu clocks using path
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc512x/iopin.c
+
1
−
1
View file @
c9c101c6
...
...
@@ -27,7 +27,7 @@
void
iopin_initialize
(
iopin_t
*
ioregs_init
,
int
len
)
{
short
i
,
j
,
n
,
p
;
short
i
,
j
,
p
;
u_long
*
reg
;
immap_t
*
im
=
(
immap_t
*
)
CFG_IMMR
;
...
...
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