Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Service Desk
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
Jack Humbert
reform-boundary-uboot
Commits
4a8cf338
Commit
4a8cf338
authored
15 years ago
by
Frans Meulenbroeks
Committed by
Heiko Schocher
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cmd_i2c: moved mispositioned comment for i2c md
Signed-off-by:
Frans Meulenbroeks
<
fransmeulenbroeks@gmail.com
>
parent
3a6dcb98
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
common/cmd_i2c.c
+4
-4
4 additions, 4 deletions
common/cmd_i2c.c
with
4 additions
and
4 deletions
common/cmd_i2c.c
+
4
−
4
View file @
4a8cf338
...
...
@@ -148,10 +148,6 @@ int __def_i2c_set_bus_speed(unsigned int speed)
int
i2c_set_bus_speed
(
unsigned
int
)
__attribute__
((
weak
,
alias
(
"__def_i2c_set_bus_speed"
)));
/*
* Syntax:
* i2c md {i2c_chip} {addr}{.0, .1, .2} {len}
*/
#define DISP_LINE_LEN 16
/*
...
...
@@ -211,6 +207,10 @@ static int do_i2c_read ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
return
0
;
}
/*
* Syntax:
* i2c md {i2c_chip} {addr}{.0, .1, .2} {len}
*/
static
int
do_i2c_md
(
cmd_tbl_t
*
cmdtp
,
int
flag
,
int
argc
,
char
*
argv
[])
{
u_char
chip
;
...
...
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