summaryrefslogtreecommitdiffstats
path: root/arch/arm/lib32/bootz.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/lib32/bootz.c')
-rw-r--r--arch/arm/lib32/bootz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/lib32/bootz.c b/arch/arm/lib32/bootz.c
index 5167c9d20d..c0ffd93c2b 100644
--- a/arch/arm/lib32/bootz.c
+++ b/arch/arm/lib32/bootz.c
@@ -112,7 +112,7 @@ static int do_bootz(int argc, char *argv[])
oftree = of_get_fixed_tree(NULL);
#endif
- start_linux(zimage, swap, 0, 0, oftree);
+ start_linux(zimage, swap, 0, 0, oftree, ARM_STATE_SECURE);
return 0;