summaryrefslogtreecommitdiff
path: root/include/configs/dh_imx6.h
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2020-10-23 11:32:48 +0300
committerJagan Teki <jagan@amarulasolutions.com>2020-12-18 13:46:36 +0300
commit03a673cf49e8d2b1a3314f0f51390198e27b6d71 (patch)
tree23c745525b7966539600cc306ad116b724b2823c /include/configs/dh_imx6.h
parent538fe2f4eccb444ffab9305f45ec286c8e4e46ee (diff)
downloadu-boot-03a673cf49e8d2b1a3314f0f51390198e27b6d71.tar.xz
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/configs/dh_imx6.h')
-rw-r--r--include/configs/dh_imx6.h6
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