diff options
author | Jaewon Lee <jaewon.lee@xilinx.com> | 2020-02-28 14:57:59 -0800 |
---|---|---|
committer | Jaewon Lee <jaewon.lee@xilinx.com> | 2020-03-02 10:59:00 -0800 |
commit | dd988eeaeb532d788e5ec3c6ba20286a937573a4 (patch) | |
tree | fe7c4b3ed1ee5c1ec2692a21f3082708dc91ac7c /meta-xilinx-bsp/recipes-bsp | |
parent | 7e107e9e1daf0215ba3f4ed859c10568655c5036 (diff) | |
download | meta-xilinx-dd988eeaeb532d788e5ec3c6ba20286a937573a4.tar.gz |
u-boot-xlnx:Updating defconfig for all zynq machines
Update UBOOT MACHINE defconfig to xilinx_zynq_virt_defconfig
instead of using custom machine specifc defconfigs.
Signed-off-by: Jaewon Lee <jaewon.lee@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-bsp')
-rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2020.1.bb | 6 |
1 files changed, 1 insertions, 5 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 0d9158ee..ebe6da0f 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 | |||
@@ -15,11 +15,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=4;md5=744e7e3bb0c94b4b9f6b | |||
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 | xilinx_zynqmp_virt_config \ |
18 | zynq_microzed_config \ | 18 | xilinx_zynq_virt_defconfig \ |
19 | zynq_zed_config \ | ||
20 | zynq_zc702_config \ | ||
21 | zynq_zc706_config \ | ||
22 | zynq_zybo_config \ | ||
23 | xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \ | 19 | xilinx_versal_vc_p_a2197_revA_x_prc_01_revA \ |
24 | " | 20 | " |
25 | 21 | ||