Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
946c2185
Commit
946c2185
authored
Dec 16, 2004
by
stroese
Browse files
CPCI750 board support added
parent
6bb992ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/eth.c
View file @
946c2185
...
...
@@ -120,6 +120,9 @@ int eth_initialize(bd_t *bis)
#ifdef CONFIG_DB64360
mv6436x_eth_initialize
(
bis
);
#endif
#ifdef CONFIG_CPCI750
mv6436x_eth_initialize
(
bis
);
#endif
#ifdef CONFIG_DB64460
mv6446x_eth_initialize
(
bis
);
#endif
...
...
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