fixed incorrect uppercase Y kconfig use (#2908)

This commit is contained in:
Jens Maus 2023-11-06 11:53:04 +01:00 committed by GitHub
parent 1a6b7418f0
commit e0d6cc15d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ CONFIG_FS_FAT=y
CONFIG_FS_SQUASHFS=y
# CONFIG_ENV_IS_IN_FAT is not set
# CONFIG_ENV_IS_IN_EXT4 is not set
CONFIG_ENV_IS_NOWHERE=Y
CONFIG_ENV_IS_NOWHERE=y
# CONFIG_EFI_LOADER is not set
CONFIG_CMD_SETEXPR=y
CONFIG_CMD_FILEENV=y

View File

@ -2,7 +2,7 @@ CONFIG_KERNEL_LZ4=y
CONFIG_CMDLINE=""
CONFIG_PANIC_TIMEOUT=5
CONFIG_PREEMPT=Y
CONFIG_PREEMPT=y
# CONFIG_DEBUG_PREEMPT is not set
CONFIG_IKCONFIG=y