diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2020-10-23 14:02:48 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-12-18 16:16:36 +0530 |
commit | 03a673cf49e8d2b1a3314f0f51390198e27b6d71 (patch) | |
tree | 23c745525b7966539600cc306ad116b724b2823c /include | |
parent | 538fe2f4eccb444ffab9305f45ec286c8e4e46ee (diff) | |
download | u-boot-03a673cf49e8d2b1a3314f0f51390198e27b6d71.tar.gz |
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 <lzenz@dh-electronics.de>
Cc: Andreas Geisreiter <ageisreiter@dh-electronics.de>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
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 008a70a7c2..4a469af5e6 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 |