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
535ad2db
Commit
535ad2db
authored
14 years ago
by
Graeme Russ
Committed by
Wolfgang Denk
14 years ago
Browse files
Options
Downloads
Patches
Plain Diff
x86: #ifdef out getenv_IPaddr()
Signed-off-by:
Graeme Russ
<
graeme.russ@gmail.com
>
parent
721c3670
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/i386/lib/board.c
+2
-0
2 additions, 0 deletions
arch/i386/lib/board.c
with
2 additions
and
0 deletions
arch/i386/lib/board.c
+
2
−
0
View file @
535ad2db
...
...
@@ -280,8 +280,10 @@ void board_init_r(gd_t *id, ulong ram_start)
show_boot_progress
(
0x26
);
#ifdef CONFIG_CMD_NET
/* IP Address */
bd_data
.
bi_ip_addr
=
getenv_IPaddr
(
"ipaddr"
);
#endif
#if defined(CONFIG_PCI)
/*
...
...
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