diff options
| author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-06-13 10:36:38 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2019-12-13 13:27:17 -0800 |
| commit | e2c57136b9bb06b65fec06ea12d80791e7412cd4 (patch) | |
| tree | a81c697fe31001ca930a35401b741038b66b0254 | |
| parent | 052e31e8198a720d58c7647659770fb816f17110 (diff) | |
| download | meta-xilinx-e2c57136b9bb06b65fec06ea12d80791e7412cd4.tar.gz | |
u-boot-xlnx_2019.2.bb: Rename zc1275 to zcu1275 board name
The zc1275-zynqmp board name is renamed to zcu1275-zynqmp. All
references in u-boot repository have been modified to zcu1275 from
zc1275. This patch updates the uboot platform init to use the zcu1275
name change
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb index 712b2528..f37b4a21 100644 --- a/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb +++ b/meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb | |||
| @@ -24,8 +24,8 @@ HAS_PLATFORM_INIT ?= " \ | |||
| 24 | xilinx_zynqmp_zcu104_revC_config \ | 24 | xilinx_zynqmp_zcu104_revC_config \ |
| 25 | xilinx_zynqmp_zcu100_revC_config \ | 25 | xilinx_zynqmp_zcu100_revC_config \ |
| 26 | xilinx_zynqmp_zcu111_revA_config \ | 26 | xilinx_zynqmp_zcu111_revA_config \ |
| 27 | xilinx_zynqmp_zc1275_revA_config \ | 27 | xilinx_zynqmp_zcu1275_revA_config \ |
| 28 | xilinx_zynqmp_zc1275_revB_config \ | 28 | xilinx_zynqmp_zcu1275_revB_config \ |
| 29 | xilinx_zynqmp_zc1254_revA_config \ | 29 | xilinx_zynqmp_zc1254_revA_config \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
