diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-01-30 12:30:30 -0800 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-02-07 13:39:12 -0800 |
| commit | a1e6e9312c50dd116097ee4f2688f414a371d76c (patch) | |
| tree | 79e43b5563e29126af35063135f20233e92f450c /meta-xilinx-bsp/recipes-bsp/u-boot | |
| parent | c75c9c50f95bb822b39c5caea35e505ab82b69b4 (diff) | |
| download | meta-xilinx-a1e6e9312c50dd116097ee4f2688f414a371d76c.tar.gz | |
u-boot-xlnx:Update UBOOT-MACHINE to xilinx_zynqmp_virt_defconfig for all zynqmp machines
Update UBOOT MACHINE defconfig to xilinx_zynqmp_virt_defconfig instead of using
custom machine specifc defconfigs.
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp/u-boot')
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb index a2b1430e..0d9158ee 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb | |||
| @@ -14,21 +14,12 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b | |||
| 14 | 14 | ||
| 15 | # u-boot-xlnx has support for these | 15 | # u-boot-xlnx has support for these |
| 16 | HAS_PLATFORM_INIT ?= " \ | 16 | HAS_PLATFORM_INIT ?= " \ |
| 17 | xilinx_zynqmp_virt_config \ | ||
| 17 | zynq_microzed_config \ | 18 | zynq_microzed_config \ |
| 18 | zynq_zed_config \ | 19 | zynq_zed_config \ |
| 19 | zynq_zc702_config \ | 20 | zynq_zc702_config \ |
| 20 | zynq_zc706_config \ | 21 | zynq_zc706_config \ |
| 21 | zynq_zybo_config \ | 22 | zynq_zybo_config \ |
| 22 | xilinx_zynqmp_zcu102_rev1_0_config \ | ||
| 23 | xilinx_zynqmp_zcu106_revA_config \ | ||
| 24 | xilinx_zynqmp_zcu104_revC_config \ | ||
| 25 | xilinx_zynqmp_zcu100_revC_config \ | ||
| 26 | xilinx_zynqmp_zcu111_revA_config \ | ||
| 27 | xilinx_zynqmp_zcu1275_revA_config \ | ||
| 28 | xilinx_zynqmp_zcu1275_revB_config \ | ||
| 29 | xilinx_zynqmp_zc1254_revA_config \ | ||
| 30 | xilinx_zynqmp_p_a2197_00_revA_config \ | ||
| 31 | xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \ | 23 | xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \ |
| 32 | xilinx_zynqmp_zcu216_revA_config \ | ||
| 33 | " | 24 | " |
| 34 | 25 | ||
