Re: [U-Boot] [PATCH v2] armv8: Disable exception vectors in SPL by default

2019-02-20 Thread Matthias Brugger
On 20/02/2019 17:14, Alexander Graf wrote: > Commit 1416e2d2253 ("armv8: make SPL exception vectors optional") had a > typo in it which effectively disabled exception handling in SPL code always. > > Since nobody complained, I guess we may as well disable exception handling > in SPL always by de

Re: [U-Boot] [PATCH v2] armv8: Disable exception vectors in SPL by default

2019-02-20 Thread André Przywara
On 20/02/2019 16:14, Alexander Graf wrote: > Commit 1416e2d2253 ("armv8: make SPL exception vectors optional") had a > typo in it which effectively disabled exception handling in SPL code always. Thanks for uncovering this embarrassing bug! > Since nobody complained, I guess we may as well disabl

[U-Boot] [PATCH v2] armv8: Disable exception vectors in SPL by default

2019-02-20 Thread Alexander Graf
Commit 1416e2d2253 ("armv8: make SPL exception vectors optional") had a typo in it which effectively disabled exception handling in SPL code always. Since nobody complained, I guess we may as well disable exception handling in SPL always by default. So fix the bug to make the config option effect