aboutsummaryrefslogtreecommitdiff
path: root/src/soc/nvidia/tegra210/stack.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/nvidia/tegra210/stack.S')
-rw-r--r--src/soc/nvidia/tegra210/stack.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/stack.S b/src/soc/nvidia/tegra210/stack.S
index acab70c9ec..416cdb39f9 100644
--- a/src/soc/nvidia/tegra210/stack.S
+++ b/src/soc/nvidia/tegra210/stack.S
@@ -21,7 +21,7 @@
* @func : Function to call after initializing stack
*/
.macro stack_init stack_top, stack_bottom, seed, func
- /* Check if stack seeding is required */
+ /* Check if stack seeding is required */
mov r0, #\seed
cmp r0, #1
bne call_func