Message ID | 20230130112425.784450-3-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/3] arm-bsp/juno: update to use u-boot v2023.01 | expand |
diff --git a/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg b/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg index 2fd0264a..a9ee80e1 100644 --- a/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg +++ b/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg @@ -8,4 +8,3 @@ CONFIG_REGULATOR=y CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_CPU_IDLE=y -CONFIG_ARM_CPUIDLE=y
With the 6.1 kernel, fvp-base logs the warning: [NOTE]: 'CONFIG_ARM_CPUIDLE' last val (y) and .config val (n) do not match This is because the kernel idle configs have changed. Remove this entry, as it is no longer necessary. Signed-off-by: Jon Mason <jon.mason@arm.com> --- .../arm-platforms-kmeta/bsp/arm-platforms/fvp/fvp-board.cfg | 1 - 1 file changed, 1 deletion(-)