diff options
| author | Jagan Teki <[email protected]> | 2020-10-23 13:56:49 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-12-18 16:16:36 +0530 |
| commit | 538fe2f4eccb444ffab9305f45ec286c8e4e46ee (patch) | |
| tree | a51936c40b1ff0644366516bf6c3aee3f544533b /include/configs | |
| parent | 9ca54ef263c050c715a20945a645e5d7c6bdcfff (diff) | |
cm_fx6: Switch to full DM-aware
Enable DM_SPI/DM_SPI_FLASH with a related config option.
Build fine, but not tested.
Cc: Nikita Kiryanov <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/cm_fx6.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 72eb19b581c..9892fb88170 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -150,13 +150,6 @@ /* APBH DMA is required for NAND support */ #endif -/* SPI Flash Configs */ -#if defined(CONFIG_SPL_BUILD) -#undef CONFIG_DM_SPI -#undef CONFIG_DM_SPI_FLASH -#undef CONFIG_SPI_FLASH_MTD -#endif - /* Ethernet */ #define CONFIG_FEC_MXC #define CONFIG_FEC_MXC_PHYADDR 0 |
