diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2017-02-10 20:37:19 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-21 07:15:40 -0400 |
commit | 881e7bccfbe3372e137dc36f4f7a224114308901 (patch) | |
tree | e27e15edd4430bf699d9220124a96a6bcb3d74ba /include/configs/am57xx_evm.h | |
parent | 954b07e6fb39d02402836ab354d0a59fc12c8ba9 (diff) | |
download | u-boot-881e7bccfbe3372e137dc36f4f7a224114308901.tar.gz |
configs: am57xx_evm: Enable SPL_DM
Enable SPL_DM on all AM57xx based platforms.
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/configs/am57xx_evm.h')
-rw-r--r-- | include/configs/am57xx_evm.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h index 018d0c7721..dc7a370208 100644 --- a/include/configs/am57xx_evm.h +++ b/include/configs/am57xx_evm.h @@ -116,11 +116,6 @@ #define CONFIG_SYS_SPI_ARGS_OFFS 0x140000 #define CONFIG_SYS_SPI_ARGS_SIZE 0x80000 -#ifdef CONFIG_SPL_BUILD -#undef CONFIG_DM_SPI -#undef CONFIG_DM_SPI_FLASH -#endif - /* SPI SPL */ #define CONFIG_TI_EDMA3 #define CONFIG_SPL_SPI_LOAD |