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 /include/configs/p1_p2_rdb_pc.h | |
parent | e2eca3e5c2956dbf868a67cb1607d76f90889d69 (diff) | |
download | u-boot-90e9b3d3353300bc65fbd7f400228926ee61b30c.tar.gz u-boot-90e9b3d3353300bc65fbd7f400228926ee61b30c.tar.bz2 u-boot-90e9b3d3353300bc65fbd7f400228926ee61b30c.zip |
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 'include/configs/p1_p2_rdb_pc.h')
-rw-r--r-- | include/configs/p1_p2_rdb_pc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index 7ad64f88ed..385e338bfb 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -198,7 +198,6 @@ #define CONFIG_SYS_FLASH_QUIET_TEST #define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ -#undef CONFIG_SYS_FLASH_CHECKSUM #define CONFIG_SYS_FLASH_ERASE_TOUT 60000 /* Flash Erase Timeout (ms) */ #define CONFIG_SYS_FLASH_WRITE_TOUT 500 /* Flash Write Timeout (ms) */ |