summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-07-23 20:04:59 +0300
committerTom Rini <trini@konsulko.com>2022-08-04 23:18:47 +0300
commit90e9b3d3353300bc65fbd7f400228926ee61b30c (patch)
treec1c5008e045ef7fa6589c8c87fecbcebd0683e38 /configs
parente2eca3e5c2956dbf868a67cb1607d76f90889d69 (diff)
downloadu-boot-90e9b3d3353300bc65fbd7f400228926ee61b30c.tar.xz
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/M5249EVB_defconfig1
-rw-r--r--configs/M5282EVB_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/M5249EVB_defconfig b/configs/M5249EVB_defconfig
index f99375b535..74301045c8 100644
--- a/configs/M5249EVB_defconfig
+++ b/configs/M5249EVB_defconfig
@@ -28,4 +28,5 @@ CONFIG_FLASH_CFI_DRIVER=y
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
diff --git a/configs/M5282EVB_defconfig b/configs/M5282EVB_defconfig
index 42940e1000..aeb7738ebe 100644
--- a/configs/M5282EVB_defconfig
+++ b/configs/M5282EVB_defconfig
@@ -33,6 +33,7 @@ CONFIG_FLASH_CFI_DRIVER=y
CONFIG_SYS_FLASH_CFI_WIDTH_16BIT=y
CONFIG_SYS_FLASH_PROTECTION=y
CONFIG_SYS_FLASH_CFI=y
+CONFIG_SYS_FLASH_CHECKSUM=y
CONFIG_DM_ETH=y
CONFIG_MCFFEC=y
CONFIG_MII=y