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.inc17
1 files changed, 16 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-socfpga-common.inc b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
index 2038545..3807bfd 100644
--- a/recipes-bsp/u-boot/u-boot-socfpga-common.inc
+++ b/recipes-bsp/u-boot/u-boot-socfpga-common.inc
@@ -10,4 +10,19 @@ PV_append = "+git${SRCPV}"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13RPROVIDES_${PN} += "u-boot" 13RPROVIDES_${PN} += "u-boot"
14
15UBOOT_CONFIG[agilex-socdk] = "socfpga_agilex_defconfig"
16UBOOT_CONFIG[agilex-socdk-qspi] = "socfpga_agilex_qspi_defconfig"
17UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
18UBOOT_CONFIG[arria10-socdk] = "socfpga_arria10_defconfig"
19UBOOT_CONFIG[arria10-socdk-nand] = "socfpga_arria10_nand_defconfig"
20UBOOT_CONFIG[arria10-socdk-qspi] = "socfpga_arria10_qspi_defconfig"
21UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_defconfig"
22UBOOT_CONFIG[de0-nano-soc] = "socfpga_de0_nano_soc_defconfig"
23UBOOT_CONFIG[de10-nano-soc] = "socfpga_de10_nano_defconfig"
24UBOOT_CONFIG[mcvevk] = "socfpga_mcvevk_defconfig"
25UBOOT_CONFIG[sockit] = "socfpga_sockit_defconfig"
26UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig"
27UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig"
28UBOOT_CONFIG[arria5-socdk] = "socfpga_arria5_defconfig"