diff options
author | Tom Rini <trini@konsulko.com> | 2022-07-23 13:04:59 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-04 16:18:47 -0400 |
commit | 90e9b3d3353300bc65fbd7f400228926ee61b30c (patch) | |
tree | c1c5008e045ef7fa6589c8c87fecbcebd0683e38 /configs/M5282EVB_defconfig | |
parent | e2eca3e5c2956dbf868a67cb1607d76f90889d69 (diff) | |
download | u-boot-90e9b3d3353300bc65fbd7f400228926ee61b30c.tar.gz |
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/M5282EVB_defconfig')
-rw-r--r-- | configs/M5282EVB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |