diff options
author | Tom Rini | 2022-07-23 13:05:05 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-04 16:18:47 -0400 |
commit | 1107dad82010385de5298951b764f35ca569cc6a (patch) | |
tree | 55e3417f11127310816daa327efaf64ce659a430 /include/configs/kmcent2.h | |
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 <trini@konsulko.com>
Diffstat (limited to 'include/configs/kmcent2.h')
-rw-r--r-- | include/configs/kmcent2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index 375c6e2bfcc..348133c2c70 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -232,7 +232,6 @@ #define CONFIG_SYS_CS0_FTIM3 CONFIG_SYS_NOR_FTIM3 /* More NOR Flash params */ -#define CONFIG_SYS_FLASH_QUIET_TEST #define CONFIG_SYS_FLASH_BANKS_LIST {CONFIG_SYS_FLASH_BASE_PHYS} |