mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
configs: socfpga: fix building Stratix10 and Agilex
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>
This commit is contained in:
parent
a76b711dea
commit
cb068cae0d
1 changed files with 0 additions and 1 deletions
|
@ -62,7 +62,6 @@
|
||||||
/*#define CONFIG_ENV_IS_IN_SPI_FLASH*/
|
/*#define CONFIG_ENV_IS_IN_SPI_FLASH*/
|
||||||
|
|
||||||
#ifndef CONFIG_SPL_BUILD
|
#ifndef CONFIG_SPL_BUILD
|
||||||
#define CONFIG_MTD_DEVICE
|
|
||||||
#define CONFIG_MTD_PARTITIONS
|
#define CONFIG_MTD_PARTITIONS
|
||||||
#define MTDIDS_DEFAULT "nor0=ff705000.spi.0"
|
#define MTDIDS_DEFAULT "nor0=ff705000.spi.0"
|
||||||
#endif /* CONFIG_SPL_BUILD */
|
#endif /* CONFIG_SPL_BUILD */
|
||||||
|
|
Loading…
Reference in a new issue