Re: [U-Boot] [PATCH] ARM: fix ifdefs in ARMv8 lowlevel_init()

2016-05-05 Thread Masahiro Yamada
2016-04-29 3:45 GMT+09:00 Stephen Warren : > From: Stephen Warren > > Commit 724219a65f55 "ARM: always perform per-CPU GIC init" removed some > ifdefs to unify the MULTIENTRY-vs-non-MULTIENTRY paths. However, the > wrong endif was removed. I missed this

[U-Boot] [PATCH] ARM: fix ifdefs in ARMv8 lowlevel_init()

2016-04-28 Thread Stephen Warren
From: Stephen Warren Commit 724219a65f55 "ARM: always perform per-CPU GIC init" removed some ifdefs to unify the MULTIENTRY-vs-non-MULTIENTRY paths. However, the wrong endif was removed. This patch adds back that missing endif, and adds a new ifdef to match the endif the