diff options
| author | Tom Rini <trini@konsulko.com> | 2022-03-23 17:19:48 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2022-04-01 10:28:46 -0400 |
| commit | f88e9f5ab89d6404347083c9c0d02f7ad5f21ce2 (patch) | |
| tree | e228123d21c1a7725c5ac2afac8f095ef831b2cb /include/configs/stmark2.h | |
| parent | c3cdca48df22e6bd6e9474477970753c77f9a7fe (diff) | |
Convert CONFIG_CF_DSPI to Kconfig
This converts the following to Kconfig:
CONFIG_CF_DSPI
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/stmark2.h')
| -rw-r--r-- | include/configs/stmark2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/stmark2.h b/include/configs/stmark2.h index 781dba542bd..78b8f1d4420 100644 --- a/include/configs/stmark2.h +++ b/include/configs/stmark2.h @@ -43,7 +43,6 @@ #define CONFIG_MCFTMR /* DSPI and Serial Flash */ -#define CONFIG_CF_DSPI #define CONFIG_SERIAL_FLASH #define CONFIG_SYS_SBFHDR_SIZE 0x7 |
