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
5441f61a
Commit
5441f61a
authored
17 years ago
by
Detlev Zundel
Browse files
Options
Downloads
Patches
Plain Diff
Fix two typos.
Signed-off-by:
Detlev Zundel
<
dzu@denx.de
>
parent
27d2b1ed
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/cmd_bootm.c
+1
-1
1 addition, 1 deletion
common/cmd_bootm.c
common/cmd_dtt.c
+1
-1
1 addition, 1 deletion
common/cmd_dtt.c
with
2 additions
and
2 deletions
common/cmd_bootm.c
+
1
−
1
View file @
5441f61a
...
@@ -466,7 +466,7 @@ U_BOOT_CMD(
...
@@ -466,7 +466,7 @@ U_BOOT_CMD(
"
\t
'arg' can be the address of an initrd image
\n
"
"
\t
'arg' can be the address of an initrd image
\n
"
#if defined(CONFIG_OF_FLAT_TREE) || defined(CONFIG_OF_LIBFDT)
#if defined(CONFIG_OF_FLAT_TREE) || defined(CONFIG_OF_LIBFDT)
"
\t
When booting a Linux kernel which requires a flat device-tree
\n
"
"
\t
When booting a Linux kernel which requires a flat device-tree
\n
"
"
\t
a third argument is required which is the address of
the of
the
\n
"
"
\t
a third argument is required which is the address of the
\n
"
"
\t
device-tree blob. To boot that kernel without an initrd image,
\n
"
"
\t
device-tree blob. To boot that kernel without an initrd image,
\n
"
"
\t
use a '-' for the second argument. If you do not pass a third
\n
"
"
\t
use a '-' for the second argument. If you do not pass a third
\n
"
"
\t
a bd_info struct will be passed instead
\n
"
"
\t
a bd_info struct will be passed instead
\n
"
...
...
This diff is collapsed.
Click to expand it.
common/cmd_dtt.c
+
1
−
1
View file @
5441f61a
...
@@ -57,7 +57,7 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
...
@@ -57,7 +57,7 @@ int do_dtt (cmd_tbl_t * cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD
(
U_BOOT_CMD
(
dtt
,
1
,
1
,
do_dtt
,
dtt
,
1
,
1
,
do_dtt
,
"dtt - Digital Thermometer and Themostat
\n
"
,
"dtt - Digital Thermometer and The
r
mostat
\n
"
,
" - Read temperature from digital thermometer and thermostat.
\n
"
" - Read temperature from digital thermometer and thermostat.
\n
"
);
);
...
...
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