Re: [linux-yocto] [yocto-kernel-cache yocto-5.2/master][PATCH] arm-versatile-926ejs: Optimize for performance -O2 to fix runtime error

2019-11-17 Thread Bruce Ashfield
On Wed, Nov 13, 2019 at 1:22 AM wrote: > > From: He Zhe > > arm-versatile-926ejs systems hang at random places when > CONFIG_CC_OPTIMIZE_FOR_SIZE is enabled. > standard.scc -> arm.scc -> arm.cfg -> CONFIG_CC_OPTIMIZE_FOR_SIZE=y > Use CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE instead before we find the

[linux-yocto] [yocto-kernel-cache yocto-5.2/master][PATCH] arm-versatile-926ejs: Optimize for performance -O2 to fix runtime error

2019-11-12 Thread zhe.he
From: He Zhe arm-versatile-926ejs systems hang at random places when CONFIG_CC_OPTIMIZE_FOR_SIZE is enabled. standard.scc -> arm.scc -> arm.cfg -> CONFIG_CC_OPTIMIZE_FOR_SIZE=y Use CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE instead before we find the root cause. Signed-off-by: He Zhe ---