diff options
| author | Tom Rini <[email protected]> | 2022-07-23 13:05:05 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-08-04 16:18:47 -0400 |
| commit | 1107dad82010385de5298951b764f35ca569cc6a (patch) | |
| tree | 55e3417f11127310816daa327efaf64ce659a430 /configs/P2020RDB-PC_defconfig | |
| parent | 1db251bdd5750e89bdb3c0707f51de0029cc0f0e (diff) | |
Convert CONFIG_SYS_FLASH_QUIET_TEST to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FLASH_QUIET_TEST
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'configs/P2020RDB-PC_defconfig')
| -rw-r--r-- | configs/P2020RDB-PC_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig index 101377b565b..cf106dc43e8 100644 --- a/configs/P2020RDB-PC_defconfig +++ b/configs/P2020RDB-PC_defconfig @@ -83,6 +83,7 @@ CONFIG_SYS_FLASH_USE_BUFFER_WRITE=y CONFIG_SYS_FLASH_EMPTY_INFO=y CONFIG_FLASH_CFI_MTD=y CONFIG_SYS_FLASH_CFI=y +CONFIG_SYS_FLASH_QUIET_TEST=y CONFIG_SYS_MAX_FLASH_SECT=128 CONFIG_DM_SPI_FLASH=y CONFIG_SF_DEFAULT_SPEED=10000000 |
