diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:28 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:07:13 -0500 |
| commit | 6c03a652755ca415e3a1fa92525b5a8c230c9289 (patch) | |
| tree | f2ea396e247c5275e6f36fbf59ca54e185c20148 /include | |
| parent | 2568bd6db760b384f7c17f5afdfc1cb63b17ed53 (diff) | |
Convert CONFIG_MXS_OCOTP to Kconfig
This converts the following to Kconfig:
CONFIG_MXS_OCOTP
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/mxs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/mxs.h b/include/configs/mxs.h index 5df080ade4a..30f27e7f0c1 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -86,11 +86,6 @@ #define CFG_SYS_NAND_BASE 0x60000000 #endif -/* OCOTP */ -#ifdef CONFIG_CMD_FUSE -#define CONFIG_MXS_OCOTP -#endif - /* SPI */ #ifdef CONFIG_CMD_SPI #define CONFIG_SPI_HALF_DUPLEX |
