
On 1/9/19 8:56 PM, Simon Goldschmidt wrote:
Remove outdated defines (not used any more, outdated due to DM conversion) from socfpga_common.h.
Signed-off-by: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Acked-by: Marek Vasut marex@denx.de
include/configs/socfpga_common.h | 13 ------------- 1 file changed, 13 deletions(-)
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 087ed6e96d..e9b368d93a 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -58,10 +58,6 @@ #define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE /* Boot argument buffer size */
-#ifndef CONFIG_SYS_HOSTNAME -#define CONFIG_SYS_HOSTNAME CONFIG_SYS_BOARD -#endif
/*
- Cache
*/ @@ -150,15 +146,6 @@ unsigned int cm_get_qspi_controller_clk_hz(void); #define CONFIG_CQSPI_REF_CLK cm_get_qspi_controller_clk_hz() #endif
-/*
- Designware SPI support
- */
-/*
- Serial Driver
- */
-#define CONFIG_SYS_NS16550_SERIAL
/*
- USB
*/