Skip to content

Commit

Permalink
configs: socfpga: fix building Stratix10 and Agilex
Browse files Browse the repository at this point in the history
This fixes a merge error that accidentally left CONFIG_MTD_DEVICE
active by removing it from the config file.

Signed-off-by: Simon Goldschmidt <[email protected]>
  • Loading branch information
goldsimon authored and Marek Vasut committed Jan 7, 2020
1 parent a76b711 commit cb068ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/configs/socfpga_soc64_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cb068ca

Please sign in to comment.