summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-socfpga-common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
index 80b4752..9012798 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
@@ -26,8 +26,10 @@ RPROVIDES_${PN} += "u-boot"
26SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}" 26SRC_URI = "${UBOOT_REPO};protocol=${UBOOT_PROT};branch=${UBOOT_BRANCH}"
27 27
28UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig" 28UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig"
29UBOOT_CONFIG[agilex-socdk-atf] = "socfpga_agilex_atf_defconfig"
29UBOOT_CONFIG[agilex-socdk-qspi] = "socfpga_agilex_qspi_defconfig" 30UBOOT_CONFIG[agilex-socdk-qspi] = "socfpga_agilex_qspi_defconfig"
30UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" 31UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
32UBOOT_CONFIG[stratix10-socdk-atf] = "socfpga_stratix10_atf_defconfig"
31UBOOT_CONFIG[stratix10-socdk-qspi] = "socfpga_stratix10_qspi_defconfig" 33UBOOT_CONFIG[stratix10-socdk-qspi] = "socfpga_stratix10_qspi_defconfig"
32UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig" 34UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig"
33UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig" 35UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig"