From: Stefan Roese Date: Sun, 16 Nov 2014 11:47:02 +0000 (+0100) Subject: arm: socfpga: DW_SPI: Remove clock info from config header X-Git-Tag: v2015.01-rc4~24^2~3 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0edeba054b7fe4999f82ac9e422a71b0ed2e99a7;p=u-boot 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 Cc: Chin Liang See Cc: Dinh Nguyen Cc: Vince Bridgers Cc: Marek Vasut Acked-by: Pavel Machek --- diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index afe363c536..6bb9473c82 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