diff options
author | John Toomey <john.toomey@amd.com> | 2024-02-12 16:44:00 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-18 13:08:08 -0600 |
commit | d75f8f7dbfc068f4da501b2ca0deb0a49d2839be (patch) | |
tree | 9a064b3264b0c768b548f3fb681c1b59884b88f3 | |
parent | d572dee9ef0d49354288f35016b6477848dcb5f3 (diff) | |
download | meta-xilinx-d75f8f7dbfc068f4da501b2ca0deb0a49d2839be.tar.gz |
u-boot: Update 2023.2 to include u-boot settings
In upcoming 2024.1 version, the microblaze header will be obsolete and
removed. Preemptively remove this from the shared microblaze file.
Signed-off-by: John Toomey <john.toomey@amd.com>
Refactored for upstream master branch
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | 6 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc index a7b1c9dc..fba6fd22 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-2023.2.inc | |||
@@ -15,3 +15,9 @@ HAS_PLATFORM_INIT ?= " \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" | 17 | DEPENDS += "bc-native dtc-native python3-setuptools-native gnutls-native" |
18 | |||
19 | SRC_URI:append:microblaze = "file://microblaze-generic-top.h" | ||
20 | |||
21 | do_configure:prepend:microblaze () { | ||
22 | install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ | ||
23 | } | ||
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc index 2ef7b9cf..1f6781b6 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc | |||
@@ -1,11 +1,6 @@ | |||
1 | SRC_URI += " \ | 1 | SRC_URI += " \ |
2 | file://microblaze-generic.cfg \ | 2 | file://microblaze-generic.cfg \ |
3 | file://microblaze-generic-top.h \ | ||
4 | " | 3 | " |
5 | 4 | ||
6 | do_configure:prepend () { | ||
7 | install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ | ||
8 | } | ||
9 | |||
10 | # Disable buildpaths QA check warnings for u-boot-xlnx.elf. | 5 | # Disable buildpaths QA check warnings for u-boot-xlnx.elf. |
11 | INSANE_SKIP:${PN}-elf += "buildpaths" | 6 | INSANE_SKIP:${PN}-elf += "buildpaths" |