ARM: fix ifdef in ARMv8 lowlevel_init() again
Commit116611937f
("ARM: fix ifdefs in ARMv8 lowlevel_init()") accidentally inverted the logic of CONFIG_ARMV8_MULTIENTRY. Fixes:116611937f
("ARM: fix ifdefs in ARMv8 lowlevel_init()") Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
d550e82e4e
commit
d38fca40c8
@ -216,7 +216,7 @@ WEAK(lowlevel_init)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_ARMV8_MULTIENTRY
|
||||
#ifdef CONFIG_ARMV8_MULTIENTRY
|
||||
branch_if_master x0, x1, 2f
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user