Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uboot-i9100
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
Model registry
Operate
Environments
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
onny
uboot-i9100
Commits
f60ba0d3
Commit
f60ba0d3
authored
18 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Fix build problems on sorcery board.
parent
6741ae92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+2
-0
2 additions, 0 deletions
CHANGELOG
board/sorcery/sorcery.c
+1
-1
1 addition, 1 deletion
board/sorcery/sorcery.c
cpu/mpc8220/pci.c
+1
-1
1 addition, 1 deletion
cpu/mpc8220/pci.c
include/configs/sorcery.h
+1
-0
1 addition, 0 deletions
include/configs/sorcery.h
with
5 additions
and
2 deletions
CHANGELOG
+
2
−
0
View file @
f60ba0d3
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.4:
Changes since U-Boot 1.1.4:
======================================================================
======================================================================
* Fix build problems on sorcery board.
* Fix coldfire build problems.
* Fix coldfire build problems.
Patch by Marian Balakowicz, 01 Sep 2006
Patch by Marian Balakowicz, 01 Sep 2006
...
...
This diff is collapsed.
Click to expand it.
board/sorcery/sorcery.c
+
1
−
1
View file @
f60ba0d3
...
@@ -33,7 +33,7 @@ long int initdram (int board_type)
...
@@ -33,7 +33,7 @@ long int initdram (int board_type)
size
=
dramSetup
();
size
=
dramSetup
();
return
get_ram_size
(
(
ulong
*
)
CFG_SDRAM_BASE
,
size
);
return
get_ram_size
(
CFG_SDRAM_BASE
,
size
);
}
}
int
checkboard
(
void
)
int
checkboard
(
void
)
...
...
This diff is collapsed.
Click to expand it.
cpu/mpc8220/pci.c
+
1
−
1
View file @
f60ba0d3
...
@@ -170,7 +170,7 @@ pci_mpc8220_init(struct pci_controller *hose)
...
@@ -170,7 +170,7 @@ pci_mpc8220_init(struct pci_controller *hose)
hose
->
region_count
=
3
;
hose
->
region_count
=
3
;
hose
->
cfg_addr
=
&
(
xcpci
->
cfg_adr
);
hose
->
cfg_addr
=
&
(
xcpci
->
cfg_adr
);
hose
->
cfg_data
=
CONFIG_PCI_CFG_BUS
;
hose
->
cfg_data
=
(
volatile
unsigned
char
*
)
CONFIG_PCI_CFG_BUS
;
pci_set_ops
(
hose
,
pci_set_ops
(
hose
,
mpc8220_pci_read_config_byte
,
mpc8220_pci_read_config_byte
,
...
...
This diff is collapsed.
Click to expand it.
include/configs/sorcery.h
+
1
−
0
View file @
f60ba0d3
...
@@ -261,6 +261,7 @@
...
@@ -261,6 +261,7 @@
#define CONFIG_MPC8220_FEC 1
#define CONFIG_MPC8220_FEC 1
#define CONFIG_FEC_10MBIT 1
/* Workaround for FEC 100Mbit problem */
#define CONFIG_FEC_10MBIT 1
/* Workaround for FEC 100Mbit problem */
#define CONFIG_PHY_ADDR 0x1F
#define CONFIG_PHY_ADDR 0x1F
#define CONFIG_MII 1
/*
/*
* Miscellaneous configurable options
* Miscellaneous configurable options
...
...
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