Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
uboot-imx
Commits
e58dc132
Commit
e58dc132
authored
Jun 06, 2003
by
stroese
Browse files
- Fix compile bug (PPC4xx).
parent
a3ed3996
Changes
1
Hide whitespace changes
Inline
Side-by-side
net/eth.c
View file @
e58dc132
...
...
@@ -99,7 +99,7 @@ int eth_initialize(bd_t *bis)
eth_devices
=
NULL
;
eth_current
=
NULL
;
#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)
#if (defined(CONFIG_405GP) || defined(CONFIG_440)|| defined(CONFIG_405EP)
)
ppc_4xx_eth_initialize
(
bis
);
#endif
#ifdef CONFIG_INCA_IP_SWITCH
...
...
Write
Preview
Supports
Markdown
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