diff options
| author | Jagan Teki <[email protected]> | 2020-10-23 14:02:48 +0530 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-12-18 16:16:36 +0530 |
| commit | 03a673cf49e8d2b1a3314f0f51390198e27b6d71 (patch) | |
| tree | 23c745525b7966539600cc306ad116b724b2823c /include | |
| parent | 538fe2f4eccb444ffab9305f45ec286c8e4e46ee (diff) | |
dh_imx6: Switch to full DM-aware
Enable DM_SPI/DM_SPI_FLASH with a related config option.
Build fine, but not tested.
Cc: Ludwig Zenz <[email protected]>
Cc: Andreas Geisreiter <[email protected]>
Signed-off-by: Jagan Teki <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/dh_imx6.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h index 008a70a7c2e..4a469af5e60 100644 --- a/include/configs/dh_imx6.h +++ b/include/configs/dh_imx6.h @@ -52,12 +52,6 @@ /* SATA Configs */ #define CONFIG_LBA48 -/* SPI Flash Configs */ -#if defined(CONFIG_SPL_BUILD) -#undef CONFIG_DM_SPI -#undef CONFIG_DM_SPI_FLASH -#endif - /* UART */ #define CONFIG_MXC_UART_BASE UART1_BASE |
