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
379e9fc0
Commit
379e9fc0
authored
15 years ago
by
Ilya Yanok
Committed by
Jean-Christophe PLAGNIOL-VILLARD
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
arm: add support for CONFIG_GENERIC_MMC
Signed-off-by:
Ilya Yanok
<
yanok@emcraft.com
>
parent
47d19da4
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
lib_arm/board.c
+7
-0
7 additions, 0 deletions
lib_arm/board.c
with
7 additions
and
0 deletions
lib_arm/board.c
+
7
−
0
View file @
379e9fc0
...
@@ -48,6 +48,7 @@
...
@@ -48,6 +48,7 @@
#include
<serial.h>
#include
<serial.h>
#include
<nand.h>
#include
<nand.h>
#include
<onenand_uboot.h>
#include
<onenand_uboot.h>
#include
<mmc.h>
#ifdef CONFIG_DRIVER_SMC91111
#ifdef CONFIG_DRIVER_SMC91111
#include
"../drivers/net/smc91111.h"
#include
"../drivers/net/smc91111.h"
...
@@ -449,6 +450,12 @@ extern void davinci_eth_set_mac_addr (const u_int8_t *addr);
...
@@ -449,6 +450,12 @@ extern void davinci_eth_set_mac_addr (const u_int8_t *addr);
#ifdef BOARD_LATE_INIT
#ifdef BOARD_LATE_INIT
board_late_init
();
board_late_init
();
#endif
#endif
#ifdef CONFIG_GENERIC_MMC
puts
(
"MMC: "
);
mmc_initialize
(
gd
->
bd
);
#endif
#if defined(CONFIG_CMD_NET)
#if defined(CONFIG_CMD_NET)
#if defined(CONFIG_NET_MULTI)
#if defined(CONFIG_NET_MULTI)
puts
(
"Net: "
);
puts
(
"Net: "
);
...
...
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