diff options
author | Allen Martin <amartin@nvidia.com> | 2013-03-16 18:58:13 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-03-25 09:56:07 -0700 |
commit | 77c42e80b936cf44334a59a7890c775712f5b707 (patch) | |
tree | 124810d32c093cd8a9fc9d71ec98c7113c17312a /include/configs | |
parent | af77fdb2ce7184104c6eb5a7b981def549c771e0 (diff) | |
download | u-boot-imx-77c42e80b936cf44334a59a7890c775712f5b707.zip u-boot-imx-77c42e80b936cf44334a59a7890c775712f5b707.tar.gz u-boot-imx-77c42e80b936cf44334a59a7890c775712f5b707.tar.bz2 |
tegra114: add SPI driver
Add driver for tegra114 SPI controller. This controller is not
compatible with either the tegra20 or tegra30 controllers, so it
requires a new driver.
Signed-off-by: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/tegra-common-post.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index d967a75..bf18699 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -150,7 +150,7 @@ MEM_LAYOUT_ENV_SETTINGS \ BOOTCMDS_COMMON -#if defined(CONFIG_TEGRA20_SFLASH) || defined(CONFIG_TEGRA20_SLINK) +#if defined(CONFIG_TEGRA20_SFLASH) || defined(CONFIG_TEGRA20_SLINK) || defined(CONFIG_TEGRA114_SPI) #define CONFIG_FDT_SPI #endif |