Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rk3576 Downstream U-Boot
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
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
Nicolas Frattaroli
Rk3576 Downstream U-Boot
Commits
79b91de9
Commit
79b91de9
authored
15 years ago
by
Albin Tonnerre
Committed by
Wolfgang Denk
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include/mmc.h: Fix typo in IS_SD() macro
Signed-off-by:
Albin Tonnerre
<
albin.tonnerre@free-electrons.com
>
parent
963f2f61
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/mmc.h
+1
-1
1 addition, 1 deletion
include/mmc.h
with
1 addition
and
1 deletion
include/mmc.h
+
1
−
1
View file @
79b91de9
...
...
@@ -47,7 +47,7 @@
#define SD_DATA_4BIT 0x00040000
#define IS_SD(x) (
mmc
->version & SD_VERSION_SD)
#define IS_SD(x) (
x
->version & SD_VERSION_SD)
#define MMC_DATA_READ 1
#define MMC_DATA_WRITE 2
...
...
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