[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: fix duplicated option warning

2023-12-25 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang 

There is a duplicated kernel option CONFIG_RESET_CONTROLLER and we need
to remove it to fix the warning while do_kernel_configcheck:

[INFO]: Fragments with duplicated configuration options:
- fragment configs/v6.1/standard/bsp/xilinx-versal/xilinx-versal.cfg has a 
duplicated option: CONFIG_RESET_CONTROLLER

Signed-off-by: Quanyang Wang 
---
Hi Bruce,
Would you please help merge this patch to the branch:
yocto-6.1
Thanks,
Quanyang
---
 bsp/xilinx-versal/xilinx-versal.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bsp/xilinx-versal/xilinx-versal.cfg 
b/bsp/xilinx-versal/xilinx-versal.cfg
index 387f9547d9..2b0473ae55 100644
--- a/bsp/xilinx-versal/xilinx-versal.cfg
+++ b/bsp/xilinx-versal/xilinx-versal.cfg
@@ -181,7 +181,6 @@ CONFIG_ARM_CCI_PMU=y
 CONFIG_PERF_EVENTS=y
 
 CONFIG_VERSAL_SYSMON=y
-CONFIG_RESET_CONTROLLER=y
 
 CONFIG_XILINX_AIE=y
 
-- 
2.36.1


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



[linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: remove redundant kernel option CONFIG_XILINX_PREFETCH

2023-12-25 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang 

In SDK commit 4e34bbe7cda03 ("Revert "ARM: zynq: Fix prefetch option""),
the kernel option CONFIG_XILINX_PREFETCH is removed. So remove it from
kernel-cache.

Signed-off-by: Quanyang Wang 
---
Hi Bruce,
Would you please help merge this patch to the branch:
yocto-6.1
Thanks,
Quanyang
---
 bsp/xilinx-zynq/xilinx-zynq.cfg | 5 -
 1 file changed, 5 deletions(-)

diff --git a/bsp/xilinx-zynq/xilinx-zynq.cfg b/bsp/xilinx-zynq/xilinx-zynq.cfg
index 7af2562fc2..f03caed612 100644
--- a/bsp/xilinx-zynq/xilinx-zynq.cfg
+++ b/bsp/xilinx-zynq/xilinx-zynq.cfg
@@ -5,11 +5,6 @@ CONFIG_HOTPLUG_CPU=y
 CONFIG_VMSPLIT_2G=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=n
 
-#
-# Xilinx Specific Options
-#
-CONFIG_XILINX_PREFETCH=y
-
 # ERRATA
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_720789=y
-- 
2.36.1


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