Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Service Desk
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
Jack Humbert
reform-boundary-uboot
Commits
f5012827
Commit
f5012827
authored
18 years ago
by
Jon Loeliger
Browse files
Options
Downloads
Patches
Plain Diff
Fix compilation warnings on a few 85xx boards.
Signed-off-by:
Jon Loeliger
<
jdl@freescale.com
>
parent
d22200f0
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
board/cds/common/ft_board.c
+0
-2
0 additions, 2 deletions
board/cds/common/ft_board.c
board/cds/mpc8548cds/mpc8548cds.c
+1
-1
1 addition, 1 deletion
board/cds/mpc8548cds/mpc8548cds.c
board/mpc8560ads/mpc8560ads.c
+4
-0
4 additions, 0 deletions
board/mpc8560ads/mpc8560ads.c
with
5 additions
and
3 deletions
board/cds/common/ft_board.c
+
0
−
2
View file @
f5012827
...
@@ -45,8 +45,6 @@ static void cds_pci_fixup(void *blob)
...
@@ -45,8 +45,6 @@ static void cds_pci_fixup(void *blob)
/* We rotate the interrupt pins so that the mapping
/* We rotate the interrupt pins so that the mapping
* changes depending on the slot the carrier card is in.
* changes depending on the slot the carrier card is in.
*/
*/
int
j
;
map
[
3
]
=
((
map
[
3
]
+
slot
-
2
)
%
4
)
+
1
;
map
[
3
]
=
((
map
[
3
]
+
slot
-
2
)
%
4
)
+
1
;
map
+=
7
;
map
+=
7
;
...
...
This diff is collapsed.
Click to expand it.
board/cds/mpc8548cds/mpc8548cds.c
+
1
−
1
View file @
f5012827
...
@@ -329,7 +329,7 @@ pci_init_board(void)
...
@@ -329,7 +329,7 @@ pci_init_board(void)
int
last_stage_init
(
void
)
int
last_stage_init
(
void
)
{
{
unsigned
in
t
temp
;
unsigned
shor
t
temp
;
/* Change the resistors for the PHY */
/* Change the resistors for the PHY */
/* This is needed to get the RGMII working for the 1.3+
/* This is needed to get the RGMII working for the 1.3+
...
...
This diff is collapsed.
Click to expand it.
board/mpc8560ads/mpc8560ads.c
+
4
−
0
View file @
f5012827
...
@@ -33,6 +33,10 @@
...
@@ -33,6 +33,10 @@
#include
<spd.h>
#include
<spd.h>
#include
<miiphy.h>
#include
<miiphy.h>
#if defined(CONFIG_OF_FLAT_TREE)
#include
<ft_build.h>
#endif
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
extern
void
ddr_enable_ecc
(
unsigned
int
dram_size
);
extern
void
ddr_enable_ecc
(
unsigned
int
dram_size
);
#endif
#endif
...
...
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