diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2019-04-16 21:31:59 +0530 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-04-17 17:43:19 +0530 |
commit | 61ae9782efdcd02b192df7ca4f062b6036df3f2b (patch) | |
tree | be658ab30398b03cf1f768a930111e1bc80d2e9a /include/configs/cm_t43.h | |
parent | 216800acf1fbf9f498455bf3c92d4513d9a4c681 (diff) | |
download | u-boot-61ae9782efdcd02b192df7ca4f062b6036df3f2b.tar.gz |
spi: ti_qspi: Drop non DM code
Now that all boards using TI QSPI have moved to DM and DT, drop non DM
code completely.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
[jagan: update MIGRATION.txt, rebase config_whitelist.txt]
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'include/configs/cm_t43.h')
-rw-r--r-- | include/configs/cm_t43.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_t43.h b/include/configs/cm_t43.h index ffe4a44c86..e4e37e5bbb 100644 --- a/include/configs/cm_t43.h +++ b/include/configs/cm_t43.h @@ -53,9 +53,6 @@ #define CONFIG_USB_XHCI_OMAP #define CONFIG_AM437X_USB2PHY2_HOST -/* SPI Flash support */ -#define CONFIG_TI_SPI_MMAP - /* Power */ #define CONFIG_POWER #define CONFIG_POWER_I2C |