diff options
author | Tom Rini <trini@konsulko.com> | 2017-01-15 13:33:30 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-15 13:33:30 -0500 |
commit | 035ebf85b09cf11c820ae9eec414097420741abd (patch) | |
tree | f7d33017f8aa4120ef6943caf5ab39dd41216083 /arch/m68k/cpu/mcf52x2/cpu_init.c | |
parent | cc422dae217924d9fe63258e39d309d84d70d437 (diff) | |
parent | 68e7999ba9de0a15dd3dc99e078b70f41eb98c82 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-spi
Diffstat (limited to 'arch/m68k/cpu/mcf52x2/cpu_init.c')
-rw-r--r-- | arch/m68k/cpu/mcf52x2/cpu_init.c | 12 |
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 edcb092fec..7b66720372 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) |