From: Tingting Meng <tingting.m...@altera.com> Add defconfig for Agilex7 M-series.
Signed-off-by: Tingting Meng <tingting.m...@altera.com> Signed-off-by: Alif Zakuan Yuslaimi <alif.zakuan.yusla...@altera.com> --- configs/socfpga_agilex7m_defconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 configs/socfpga_agilex7m_defconfig diff --git a/configs/socfpga_agilex7m_defconfig b/configs/socfpga_agilex7m_defconfig new file mode 100644 index 00000000000..0a8c58234b9 --- /dev/null +++ b/configs/socfpga_agilex7m_defconfig @@ -0,0 +1,19 @@ +#include <configs/socfpga_agilex_defconfig> + +CONFIG_NR_DRAM_BANKS=1 +CONFIG_SPL_LDSCRIPT="arch/arm/mach-socfpga/u-boot-spl-soc64.lds" +# CONFIG_TARGET_SOCFPGA_AGILEX_SOCDK is not set +# CONFIG_IDENT_STRING is not set +CONFIG_SPL_BSS_START_ADDR=0x1ff00000 +CONFIG_TARGET_SOCFPGA_AGILEX7M_SOCDK=y +CONFIG_IDENT_STRING="socfpga_agilex7m" +# CONFIG_QSPI_BOOT is not set +CONFIG_SPL_CUSTOM_SYS_MALLOC_ADDR=0x1fa00000 +CONFIG_SYS_PROMPT="SOCFPGA_AGILEX7M # " +CONFIG_MTDIDS_DEFAULT="nand0=ffb90000.nand.0" +CONFIG_MTDPARTS_DEFAULT="mtdparts=ffb90000.nand.0:2m(u-boot),-(root)" +# CONFIG_ENV_IS_IN_UBI is not set +# CONFIG_ENV_UBI_PART is not set +# CONFIG_ENV_UBI_VOLUME is not set +# CONFIG_USE_BOOTFILE is not set +# CONFIG_DESIGNWARE_SPI is not set -- 2.35.3