summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2021-02-03 22:36:33 +0100
committerStefano Babic <sbabic@denx.de>2021-02-27 16:56:05 +0100
commit58cbf2eff5b9f254cb129b18448ebe04f10a2275 (patch)
treee215e2f6f33c3c7b7d0eafe590da622c21a57239 /include
parent08cca188c120b8337600091c94dc0e211cd03e10 (diff)
downloadu-boot-58cbf2eff5b9f254cb129b18448ebe04f10a2275.tar.gz
u-boot-58cbf2eff5b9f254cb129b18448ebe04f10a2275.tar.xz
u-boot-58cbf2eff5b9f254cb129b18448ebe04f10a2275.zip
ARM: imx: Revert "dh_imx6: Switch to full DM-aware"
This reverts commit 03a673cf49e ("dh_imx6: Switch to full DM-aware"). According to discussion [1], the patch is known to break the dh_imx6 board, however it made it upstream just before 2021.01-rc4, likely by mistake. Revert this patch to put the board back into working order. Also note that this board has no DM SPL support due to OCRAM size limitations, but that is fine, as SPL DM support is optional. [1] https://lists.denx.de/pipermail/u-boot/2020-June/417986.html Signed-off-by: Marek Vasut <marex@denx.de> Cc: Andreas Geisreiter <ageisreiter@dh-electronics.de> Cc: Jagan Teki <jagan@amarulasolutions.com> Cc: Ludwig Zenz <lzenz@dh-electronics.de> Cc: Stefano Babic <sbabic@denx.de> Cc: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/dh_imx6.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/configs/dh_imx6.h b/include/configs/dh_imx6.h
index 4a469af5e6..008a70a7c2 100644
--- a/include/configs/dh_imx6.h
+++ b/include/configs/dh_imx6.h
@@ -52,6 +52,12 @@
/* 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