diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-04-07 16:30:01 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
commit | fc18c9d47059b061fb702ae3edabeb72ba3f5791 (patch) | |
tree | 49bb9666a641b3d7f6b4ebb2eac10208e13fb45f /meta-xilinx-bsp | |
parent | 9ddf5784a6d39dbd9cd080941f16f351d5c7c53f (diff) | |
download | meta-xilinx-fc18c9d47059b061fb702ae3edabeb72ba3f5791.tar.gz |
meta-xilinx-bsp: kc705-microblazeel: YAML_DT_BOARD_FLAGS for kc705-full
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r-- | meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf index d312c07f..f24d0356 100644 --- a/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf +++ b/meta-xilinx-bsp/conf/machine/kc705-microblazeel.conf | |||
@@ -16,7 +16,7 @@ YAML_MAIN_MEMORY_CONFIG:pn-device-tree ?= "MIG_7SERIES_0" | |||
16 | DT_PADDING_SIZE:pn-device-tree ?= "0x1000" | 16 | DT_PADDING_SIZE:pn-device-tree ?= "0x1000" |
17 | DTC_FLAGS:pn-device-tree ?= "" | 17 | DTC_FLAGS:pn-device-tree ?= "" |
18 | XSCTH_PROC:microblaze:pn-device-tree ?= "microblaze_0" | 18 | XSCTH_PROC:microblaze:pn-device-tree ?= "microblaze_0" |
19 | YAML_DT_BOARD_FLAGS ?= "{BOARD template}" | 19 | YAML_DT_BOARD_FLAGS ?= "{BOARD kc705-full}" |
20 | 20 | ||
21 | # Yocto FS-Boot variables | 21 | # Yocto FS-Boot variables |
22 | YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0" | 22 | YAML_SERIAL_CONSOLE_STDIN:pn-fs-boot ?= "axi_uartlite_0" |