Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Florian Mayer
u-boot
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
Branches containing commit
No related tags found
Tags containing commit
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 @@
#include
<serial.h>
#include
<nand.h>
#include
<onenand_uboot.h>
#include
<mmc.h>
#ifdef CONFIG_DRIVER_SMC91111
#include
"../drivers/net/smc91111.h"
...
...
@@ -449,6 +450,12 @@ extern void davinci_eth_set_mac_addr (const u_int8_t *addr);
#ifdef BOARD_LATE_INIT
board_late_init
();
#endif
#ifdef CONFIG_GENERIC_MMC
puts
(
"MMC: "
);
mmc_initialize
(
gd
->
bd
);
#endif
#if defined(CONFIG_CMD_NET)
#if defined(CONFIG_NET_MULTI)
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