configs: socfpga: fix building Stratix10 and Agilex
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Thu, 12 Dec 2019 11:29:52 +0000 (12:29 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 7 Jan 2020 13:38:34 +0000 (14:38 +0100)
This fixes a merge error that accidentally left CONFIG_MTD_DEVICE
active by removing it from the config file.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
include/configs/socfpga_soc64_common.h

index 4b274837888c45e717a2d1d9802c3820dbcdf19d..4afadafd35ac961ffef1e72f6b7ed0896b5673f0 100644 (file)
@@ -62,7 +62,6 @@
 /*#define CONFIG_ENV_IS_IN_SPI_FLASH*/
 
 #ifndef CONFIG_SPL_BUILD
-#define CONFIG_MTD_DEVICE
 #define CONFIG_MTD_PARTITIONS
 #define MTDIDS_DEFAULT                 "nor0=ff705000.spi.0"
 #endif /* CONFIG_SPL_BUILD */