* [U-Boot] [PATCH v2] ARM: fix ifdef in ARMv8 lowlevel_init() again
@ 2016-05-20 3:13 Masahiro Yamada
2016-05-20 16:15 ` Stephen Warren
2016-05-23 22:14 ` [U-Boot] [U-Boot, " Tom Rini
0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2016-05-20 3:13 UTC (permalink / raw)
To: u-boot
Commit 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
accidentally inverted the logic of CONFIG_ARMV8_MULTIENTRY.
Fixes: 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---
Changes in v2:
- Rephrase subject
arch/arm/cpu/armv8/start.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/cpu/armv8/start.S b/arch/arm/cpu/armv8/start.S
index c3cc819..e933021 100644
--- a/arch/arm/cpu/armv8/start.S
+++ b/arch/arm/cpu/armv8/start.S
@@ -216,7 +216,7 @@ WEAK(lowlevel_init)
#endif
#endif
-#ifndef CONFIG_ARMV8_MULTIENTRY
+#ifdef CONFIG_ARMV8_MULTIENTRY
branch_if_master x0, x1, 2f
/*
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH v2] ARM: fix ifdef in ARMv8 lowlevel_init() again
2016-05-20 3:13 [U-Boot] [PATCH v2] ARM: fix ifdef in ARMv8 lowlevel_init() again Masahiro Yamada
@ 2016-05-20 16:15 ` Stephen Warren
2016-05-23 22:14 ` [U-Boot] [U-Boot, " Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Stephen Warren @ 2016-05-20 16:15 UTC (permalink / raw)
To: u-boot
On 05/19/2016 09:13 PM, Masahiro Yamada wrote:
> Commit 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
> accidentally inverted the logic of CONFIG_ARMV8_MULTIENTRY.
>
> Fixes: 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Sorry:-(
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [U-Boot, v2] ARM: fix ifdef in ARMv8 lowlevel_init() again
2016-05-20 3:13 [U-Boot] [PATCH v2] ARM: fix ifdef in ARMv8 lowlevel_init() again Masahiro Yamada
2016-05-20 16:15 ` Stephen Warren
@ 2016-05-23 22:14 ` Tom Rini
1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-05-23 22:14 UTC (permalink / raw)
To: u-boot
On Fri, May 20, 2016 at 12:13:10PM +0900, Masahiro Yamada wrote:
> Commit 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
> accidentally inverted the logic of CONFIG_ARMV8_MULTIENTRY.
>
> Fixes: 116611937faa ("ARM: fix ifdefs in ARMv8 lowlevel_init()")
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Reviewed-by: Stephen Warren <swarren@nvidia.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160523/ea562f5a/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-05-23 22:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-20 3:13 [U-Boot] [PATCH v2] ARM: fix ifdef in ARMv8 lowlevel_init() again Masahiro Yamada
2016-05-20 16:15 ` Stephen Warren
2016-05-23 22:14 ` [U-Boot] [U-Boot, " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox