From: Quanyang Wang <quanyang.w...@windriver.com>

Disable CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER to
fix the warning when do_kernel_configcheck:

[NOTE]: 'CONFIG_FUNCTION_GRAPH_TRACER' last val (y) and .config val (n) do not 
match
[INFO]: CONFIG_FUNCTION_GRAPH_TRACER : n ## .config: 4212 
:configs/v5.10/standard/preempt-rt/arch/arm/arm.cfg (n) 
configs/v5.10/standard/preempt-rt/features/ftrace/ftrace.cfg (y)

[NOTE]: 'CONFIG_CC_OPTIMIZE_FOR_SIZE' last val (n) and .config val (y) do not 
match
[INFO]: CONFIG_CC_OPTIMIZE_FOR_SIZE : y ## .config: 179 
:configs/v5.10/standard/preempt-rt/arch/arm/arm.cfg (y) 
configs/v5.10/standard/preempt-rt/ktypes/preempt-rt/preempt-rt.cfg (n)

Signed-off-by: Quanyang Wang <quanyang.w...@windriver.com>
---
 bsp/axxiaarm/axxiaarm.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bsp/axxiaarm/axxiaarm.cfg b/bsp/axxiaarm/axxiaarm.cfg
index c2fd717a3..a11248b18 100644
--- a/bsp/axxiaarm/axxiaarm.cfg
+++ b/bsp/axxiaarm/axxiaarm.cfg
@@ -41,6 +41,8 @@ CONFIG_SMP=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_HIGHMEM=y
 CONFIG_NR_CPUS=16
+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
+# CONFIG_FUNCTION_GRAPH_TRACER is not set
 
 #
 # Boot options
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10355): 
https://lists.yoctoproject.org/g/linux-yocto/message/10355
Mute This Topic: https://lists.yoctoproject.org/mt/85318999/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to