summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2020-09-03 11:57:33 +0000
committerKhem Raj <raj.khem@gmail.com>2020-09-08 23:30:37 -0700
commit87415b166e76b70f2151cbf212ee912c4444b980 (patch)
tree89132fb5cacb7d1f2bab9a1f2990d20d43a89652 /recipes-bsp
parent2c74b246689c820a34e7f1e5678e67ace54e38d5 (diff)
downloadmeta-altera-87415b166e76b70f2151cbf212ee912c4444b980.tar.gz
u-boot: add defconfig for arm-trusted-firmware support
Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
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"