diff options
author | John Toomey <john.toomey@amd.com> | 2024-10-15 11:33:43 +0100 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-16 11:06:11 -0500 |
commit | 5089816464ca912703066c02f08ea9dcdc9bd32a (patch) | |
tree | 66dd693c94c13aa14779dd436f858bc88f7cbc72 | |
parent | 95c575ba91f7efbdf06a6b49243584b84c2a1047 (diff) | |
download | meta-xilinx-5089816464ca912703066c02f08ea9dcdc9bd32a.tar.gz |
u-boot-xlnx-blob: Move system controlle dep
This dependency has beem moved into a bbappend in the
meta-system-controller layer
Signed-off-by: John Toomey <john.toomey@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-blob.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-blob.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-blob.inc index bbf4125f..7eac6bfd 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-blob.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-blob.inc | |||
@@ -9,7 +9,6 @@ IMPORT_CC_DTBS ?= "" | |||
9 | CC_DTBS_DUP ?= "" | 9 | CC_DTBS_DUP ?= "" |
10 | IMPORT_CC_UBOOT_DTBS ?= "" | 10 | IMPORT_CC_UBOOT_DTBS ?= "" |
11 | 11 | ||
12 | DEPENDS:append:eval-brd-sc-zynqmp = " uboot-device-tree" | ||
13 | MKIMAGE_DTBLOB_OPTS ?= "-E -B 0x8" | 12 | MKIMAGE_DTBLOB_OPTS ?= "-E -B 0x8" |
14 | 13 | ||
15 | # Everything is swtiched on with UBOOT_IMAGE_BLOB = '1' | 14 | # Everything is swtiched on with UBOOT_IMAGE_BLOB = '1' |