summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <[email protected]>2014-11-16 12:47:02 +0100
committerMarek Vasut <[email protected]>2014-12-06 13:52:47 +0100
commit0edeba054b7fe4999f82ac9e422a71b0ed2e99a7 (patch)
treedd694de7c2fa285bb5a468734aea29c80e84c0e1 /include
parenta72f80208dcfc1ab03e4737861bd65eedd64cadf (diff)
arm: socfpga: DW_SPI: Remove clock info from config header
Remove the now unnecessary clocking info from the SoCFPGA config header. As this info in now used directly in the SPI driver itself. Signed-off-by: Stefan Roese <[email protected]> Cc: Chin Liang See <[email protected]> Cc: Dinh Nguyen <[email protected]> Cc: Vince Bridgers <[email protected]> Cc: Marek Vasut <[email protected]> Acked-by: Pavel Machek <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index afe363c5368..6bb9473c82b 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -214,10 +214,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
#define CONFIG_DM
#define CONFIG_DM_SPI
#define CONFIG_DESIGNWARE_SPI
-#ifndef __ASSEMBLY__
-unsigned int cm_get_spi_controller_clk_hz(void);
-#define CONFIG_DW_SPI_REF_CLK cm_get_spi_controller_clk_hz()
-#endif
#define CONFIG_CMD_SPI
#endif