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
6abbe744
Commit
6abbe744
authored
12 years ago
by
Tom Rini
Browse files
Options
Downloads
Patches
Plain Diff
omap-common: Fix typo in save_boot_params() in lowlevel_init.S
Signed-off-by:
Tom Rini
<
trini@ti.com
>
parent
861a86f4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm/cpu/armv7/omap-common/lowlevel_init.S
+1
-1
1 addition, 1 deletion
arch/arm/cpu/armv7/omap-common/lowlevel_init.S
with
1 addition
and
1 deletion
arch/arm/cpu/armv7/omap-common/lowlevel_init.S
+
1
−
1
View file @
6abbe744
...
@@ -63,7 +63,7 @@ ENTRY(save_boot_params)
...
@@ -63,7 +63,7 @@ ENTRY(save_boot_params)
blt
2
f
blt
2
f
cmp
r2
,
#
7
cmp
r2
,
#
7
bgt
2
f
bgt
2
f
/
*
Store
the
boot
mode
(
raw
/
FAT
)
in
omap_boot
_
mode
*/
/
*
Store
the
boot
mode
(
raw
/
FAT
)
in
omap_bootmode
*/
ldr
r2
,
[
r0
,
#
DEV_DESC_PTR_OFFSET
]
@
get
the
device
descriptor
ptr
ldr
r2
,
[
r0
,
#
DEV_DESC_PTR_OFFSET
]
@
get
the
device
descriptor
ptr
ldr
r2
,
[
r2
,
#
DEV_DATA_PTR_OFFSET
]
@
get
the
pDeviceData
ptr
ldr
r2
,
[
r2
,
#
DEV_DATA_PTR_OFFSET
]
@
get
the
pDeviceData
ptr
ldr
r2
,
[
r2
,
#
BOOT_MODE_OFFSET
]
@
get
the
boot
mode
ldr
r2
,
[
r2
,
#
BOOT_MODE_OFFSET
]
@
get
the
boot
mode
...
...
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