]> git.baikalelectronics.ru Git - uboot.git/commit
Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 23 Jul 2022 17:05:00 +0000 (13:05 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 20:18:47 +0000 (16:18 -0400)
commit4e92bf1dd79069baedf6d8e4dc7a96a47c8f64ea
tree2481188e8c651c8da0acb1890fad4a670bb3e1a0
parent7ab25b29e41eaad521511b4347ec3acfc5f10e2a
Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to Kconfig

This converts the following to Kconfig:
   CONFIG_SYS_FLASH_ERASE_TOUT
   CONFIG_SYS_FLASH_LOCK_TOUT
   CONFIG_SYS_FLASH_UNLOCK_TOUT
   CONFIG_SYS_FLASH_WRITE_TOUT

In practice, for two m68k platforms we move to hard-coding with a
comment the timeout values, rather than try and make convoluted Kconfig
logic.  We add options for the write and erase options to the pic32
flash driver, as this driver does make use of them.  Everywhere else
these are unreferenced values.

Signed-off-by: Tom Rini <trini@konsulko.com>
41 files changed:
README
board/cobra5272/flash.c
board/freescale/m5253demo/flash.c
drivers/mtd/Kconfig
include/configs/M5253DEMO.h
include/configs/M5275EVB.h
include/configs/MCR3000.h
include/configs/MPC837XERDB.h
include/configs/MPC8548CDS.h
include/configs/P1010RDB.h
include/configs/P2041RDB.h
include/configs/T102xRDB.h
include/configs/T104xRDB.h
include/configs/T208xQDS.h
include/configs/T208xRDB.h
include/configs/T4240RDB.h
include/configs/amcore.h
include/configs/armadillo-800eva.h
include/configs/astro_mcf5373l.h
include/configs/ax25-ae350.h
include/configs/blanche.h
include/configs/cobra5272.h
include/configs/corenet_ds.h
include/configs/eb_cpu5282.h
include/configs/ids8313.h
include/configs/integrator-common.h
include/configs/km/pg-wcom-ls102xa.h
include/configs/kzm9g.h
include/configs/ls1021aqds.h
include/configs/ls1021atwr.h
include/configs/ls1043aqds.h
include/configs/ls1043ardb.h
include/configs/ls1046aqds.h
include/configs/ls1088aqds.h
include/configs/ls1088ardb.h
include/configs/ls2080aqds.h
include/configs/ls2080ardb.h
include/configs/p1_p2_rdb_pc.h
include/configs/socrates.h
include/configs/vexpress_common.h
include/configs/zynq-common.h