mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
tegra: spi: rename tegra SPI drivers
Rename tegra SPI drivers to tegra20_flash and tegra20_slink in preparation for commonization and addition of tegra114_spi. Signed-off-by: Allen Martin <amartin@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -46,8 +46,8 @@ COBJS-$(CONFIG_OMAP3_SPI) += omap3_spi.o
|
||||
COBJS-$(CONFIG_SOFT_SPI) += soft_spi.o
|
||||
COBJS-$(CONFIG_SH_SPI) += sh_spi.o
|
||||
COBJS-$(CONFIG_FSL_ESPI) += fsl_espi.o
|
||||
COBJS-$(CONFIG_TEGRA_SPI) += tegra_spi.o
|
||||
COBJS-$(CONFIG_TEGRA_SLINK) += tegra_slink.o
|
||||
COBJS-$(CONFIG_TEGRA20_SFLASH) += tegra20_sflash.o
|
||||
COBJS-$(CONFIG_TEGRA20_SLINK) += tegra20_slink.o
|
||||
COBJS-$(CONFIG_XILINX_SPI) += xilinx_spi.o
|
||||
|
||||
COBJS := $(COBJS-y)
|
||||
|
@@ -29,7 +29,7 @@
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch/pinmux.h>
|
||||
#include <asm/arch-tegra/clk_rst.h>
|
||||
#include <asm/arch-tegra/tegra_spi.h>
|
||||
#include <asm/arch-tegra20/tegra20_sflash.h>
|
||||
#include <spi.h>
|
||||
#include <fdtdec.h>
|
||||
|
@@ -27,7 +27,7 @@
|
||||
#include <asm/gpio.h>
|
||||
#include <asm/arch/clock.h>
|
||||
#include <asm/arch-tegra/clk_rst.h>
|
||||
#include <asm/arch-tegra/tegra_slink.h>
|
||||
#include <asm/arch-tegra20/tegra20_slink.h>
|
||||
#include <spi.h>
|
||||
#include <fdtdec.h>
|
||||
|
Reference in New Issue
Block a user