Skip to content
Snippets Groups Projects
Commit 6abbe744 authored by Tom Rini's avatar Tom Rini
Browse files

omap-common: Fix typo in save_boot_params() in lowlevel_init.S


Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 861a86f4
Branches
Tags
No related merge requests found
...@@ -63,7 +63,7 @@ ENTRY(save_boot_params) ...@@ -63,7 +63,7 @@ ENTRY(save_boot_params)
blt 2f blt 2f
cmp r2, #7 cmp r2, #7
bgt 2f bgt 2f
/* 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment