diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/u-boot/amd64coreboot/config/default | 6 | ||||
| -rw-r--r-- | config/u-boot/gru_bob/config/default | 6 | ||||
| -rw-r--r-- | config/u-boot/gru_kevin/config/default | 6 | ||||
| -rw-r--r-- | config/u-boot/i386coreboot/config/default | 4 | ||||
| -rw-r--r-- | config/u-boot/qemu_arm64_12mb/config/default | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/config/u-boot/amd64coreboot/config/default b/config/u-boot/amd64coreboot/config/default index fa07ed9a..7c2a45f0 100644 --- a/config/u-boot/amd64coreboot/config/default +++ b/config/u-boot/amd64coreboot/config/default @@ -4,7 +4,7 @@ # # -# Compiler: gcc (Debian 12.2.0-14) 12.2.0 +# Compiler: gcc (Debian 14.2.0-19) 14.2.0 # CONFIG_CREATE_ARCH_SYMLINK=y CONFIG_SUPPORT_LITTLE_ENDIAN=y @@ -141,7 +141,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=120200 +CONFIG_GCC_VERSION=140200 CONFIG_CLANG_VERSION=0 CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CC_OPTIMIZE_FOR_SPEED is not set @@ -1900,7 +1900,7 @@ CONFIG_MD5=y # CONFIG_SPL_MD5 is not set CONFIG_CRC8=y # CONFIG_SPL_CRC8 is not set -# CONFIG_SPL_CRC26 is not set +# CONFIG_SPL_CRC16 is not set CONFIG_CRC32=y # diff --git a/config/u-boot/gru_bob/config/default b/config/u-boot/gru_bob/config/default index 30d371a5..f6894b52 100644 --- a/config/u-boot/gru_bob/config/default +++ b/config/u-boot/gru_bob/config/default @@ -2506,8 +2506,8 @@ CONFIG_MD5=y CONFIG_CRC8=y CONFIG_SPL_CRC8=y # CONFIG_TPL_CRC8 is not set -CONFIG_CRC26=y -# CONFIG_SPL_CRC26 is not set +CONFIG_CRC16=y +# CONFIG_SPL_CRC16 is not set CONFIG_CRC32=y # @@ -2571,7 +2571,7 @@ CONFIG_LMB=y # Tools options # CONFIG_MKIMAGE_DTC_PATH="dtc" -CONFIG_TOOLS_CRC26=y +CONFIG_TOOLS_CRC16=y CONFIG_TOOLS_CRC32=y CONFIG_TOOLS_LIBCRYPTO=y CONFIG_TOOLS_KWBIMAGE=y diff --git a/config/u-boot/gru_kevin/config/default b/config/u-boot/gru_kevin/config/default index 22638933..582c51f9 100644 --- a/config/u-boot/gru_kevin/config/default +++ b/config/u-boot/gru_kevin/config/default @@ -2506,8 +2506,8 @@ CONFIG_MD5=y CONFIG_CRC8=y CONFIG_SPL_CRC8=y # CONFIG_TPL_CRC8 is not set -CONFIG_CRC26=y -# CONFIG_SPL_CRC26 is not set +CONFIG_CRC16=y +# CONFIG_SPL_CRC16 is not set CONFIG_CRC32=y # @@ -2571,7 +2571,7 @@ CONFIG_LMB=y # Tools options # CONFIG_MKIMAGE_DTC_PATH="dtc" -CONFIG_TOOLS_CRC26=y +CONFIG_TOOLS_CRC16=y CONFIG_TOOLS_CRC32=y CONFIG_TOOLS_LIBCRYPTO=y CONFIG_TOOLS_KWBIMAGE=y diff --git a/config/u-boot/i386coreboot/config/default b/config/u-boot/i386coreboot/config/default index ba4fd18b..32e41bba 100644 --- a/config/u-boot/i386coreboot/config/default +++ b/config/u-boot/i386coreboot/config/default @@ -4,7 +4,7 @@ # # -# Compiler: gcc (Debian 12.2.0-14) 12.2.0 +# Compiler: gcc (Debian 14.2.0-19) 14.2.0 # CONFIG_CREATE_ARCH_SYMLINK=y CONFIG_SUPPORT_LITTLE_ENDIAN=y @@ -118,7 +118,7 @@ CONFIG_SYS_LITTLE_ENDIAN=y CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y CONFIG_CC_IS_GCC=y -CONFIG_GCC_VERSION=120200 +CONFIG_GCC_VERSION=140200 CONFIG_CLANG_VERSION=0 CONFIG_CC_OPTIMIZE_FOR_SIZE=y # CONFIG_CC_OPTIMIZE_FOR_SPEED is not set diff --git a/config/u-boot/qemu_arm64_12mb/config/default b/config/u-boot/qemu_arm64_12mb/config/default index 855bbf33..2cd0b94c 100644 --- a/config/u-boot/qemu_arm64_12mb/config/default +++ b/config/u-boot/qemu_arm64_12mb/config/default @@ -1819,7 +1819,7 @@ CONFIG_SHA384=y # CONFIG_SHA_HW_ACCEL is not set CONFIG_MD5=y CONFIG_CRC8=y -CONFIG_CRC26=y +CONFIG_CRC16=y CONFIG_CRC32=y # @@ -1872,7 +1872,7 @@ CONFIG_LMB=y # Tools options # CONFIG_MKIMAGE_DTC_PATH="dtc" -CONFIG_TOOLS_CRC26=y +CONFIG_TOOLS_CRC16=y CONFIG_TOOLS_CRC32=y CONFIG_TOOLS_LIBCRYPTO=y CONFIG_TOOLS_KWBIMAGE=y |
