commit | cb5e3c141d35a9d14a59d650be0a61e6897adab1 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Jul 23 13:04:59 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 04 16:18:47 2022 -0400 |
tree | c1c5008e045ef7fa6589c8c87fecbcebd0683e38 | |
parent | 10bda12180a677ed3563b50a57cd47a65332b81a [diff] [blame] |
Convert CONFIG_SYS_FLASH_CHECKSUM to Kconfig This converts the following to Kconfig: CONFIG_SYS_FLASH_CHECKSUM Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/M5249EVB_defconfig b/configs/M5249EVB_defconfig index f99375b..7430104 100644 --- a/configs/M5249EVB_defconfig +++ b/configs/M5249EVB_defconfig
@@ -28,4 +28,5 @@ CONFIG_SYS_FLASH_CFI_WIDTH_16BIT=y CONFIG_SYS_FLASH_PROTECTION=y CONFIG_SYS_FLASH_CFI=y +CONFIG_SYS_FLASH_CHECKSUM=y CONFIG_MCFUART=y