summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-01-15 13:33:30 -0500
committerTom Rini <trini@konsulko.com>2017-01-15 13:33:30 -0500
commit035ebf85b09cf11c820ae9eec414097420741abd (patch)
treef7d33017f8aa4120ef6943caf5ab39dd41216083 /arch
parentcc422dae217924d9fe63258e39d309d84d70d437 (diff)
parent68e7999ba9de0a15dd3dc99e078b70f41eb98c82 (diff)
downloadu-boot-imx-035ebf85b09cf11c820ae9eec414097420741abd.zip
u-boot-imx-035ebf85b09cf11c820ae9eec414097420741abd.tar.gz
u-boot-imx-035ebf85b09cf11c820ae9eec414097420741abd.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-spi
Diffstat (limited to 'arch')
-rw-r--r--arch/m68k/cpu/mcf52x2/cpu_init.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/m68k/cpu/mcf52x2/cpu_init.c b/arch/m68k/cpu/mcf52x2/cpu_init.c
index edcb092..7b66720 100644
--- a/arch/m68k/cpu/mcf52x2/cpu_init.c
+++ b/arch/m68k/cpu/mcf52x2/cpu_init.c
@@ -318,18 +318,6 @@ int fecpin_setclear(struct eth_device *dev, int setclear)
}
#endif /* CONFIG_CMD_NET */
-#if defined(CONFIG_CF_QSPI)
-
-/* Configure PIOs for SIN, SOUT, and SCK */
-void cfspi_port_conf(void)
-{
- mbar_writeByte(MCF_GPIO_PAR_QSPI,
- MCF_GPIO_PAR_QSPI_SIN_SIN |
- MCF_GPIO_PAR_QSPI_SOUT_SOUT |
- MCF_GPIO_PAR_QSPI_SCK_SCK);
-}
-#endif /* CONFIG_CF_QSPI */
-
#endif /* CONFIG_M5271 */
#if defined(CONFIG_M5272)