diff options
| author | Tom Rini <[email protected]> | 2022-12-02 16:42:20 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-22 10:31:48 -0500 |
| commit | 98fbad631f9973eb763d83571ec8dde00a94a76c (patch) | |
| tree | 1b6ec152f43f2cfc71d0af496c2bf83b66e5bb1e /include/configs/km | |
| parent | 21491883d2af674f698a94699a5a8b7356d02adf (diff) | |
Convert CONFIG_FLASH_SHOW_PROGRESS to Kconfig
This converts the following to Kconfig:
CONFIG_FLASH_SHOW_PROGRESS
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs/km')
| -rw-r--r-- | include/configs/km/pg-wcom-ls102xa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/km/pg-wcom-ls102xa.h b/include/configs/km/pg-wcom-ls102xa.h index 7fe2ece8403..8d5b24d827d 100644 --- a/include/configs/km/pg-wcom-ls102xa.h +++ b/include/configs/km/pg-wcom-ls102xa.h @@ -58,8 +58,6 @@ FTIM2_NOR_TWP(0xb)) #define CFG_SYS_NOR_FTIM3 0 -#define CONFIG_FLASH_SHOW_PROGRESS 45 /* count down from 45/5: 9..1 */ - #define CFG_SYS_FLASH_BANKS_LIST { CFG_SYS_FLASH_BASE_PHYS } #define CFG_SYS_WRITE_SWAPPED_DATA |
