summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/xilinx
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-08-16 14:42:55 -0600
committerBruce Ashfield <bruce.ashfield@gmail.com>2023-08-17 20:01:19 +0000
commit7fee614060705a64ea512e4035f650352f115bad (patch)
treeacbbfcd8de498994014c3715ccfd4c70f370f822 /dynamic-layers/xilinx
parent28205358690f79e13c1970ea7d61bce0131da027 (diff)
downloadmeta-virtualization-7fee614060705a64ea512e4035f650352f115bad.tar.gz
xen-boot-cmd: Remove hard assigment for ramdisk image
Setting hard assignment for RAMDISK_IMAGE will take precedence during variable pre-expansion. Hence set RAMDISK_IMAGE variable with soft assignment. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'dynamic-layers/xilinx')
-rw-r--r--dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
index 38f6f267..b2b76120 100644
--- a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
+++ b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc
@@ -18,7 +18,7 @@ XEN_LOAD_ADDRESS ?= "${@append_baseaddr(d,d.getVar('XEN_OFFSET'))}"
18 18
19# If dom0-ramdisk is used for Xen boot then set RAMDISK image to cpio.gz 19# If dom0-ramdisk is used for Xen boot then set RAMDISK image to cpio.gz
20XEN_IMAGE_NAME ?= "xen" 20XEN_IMAGE_NAME ?= "xen"
21RAMDISK_IMAGE = "rootfs.cpio.gz" 21RAMDISK_IMAGE ?= "rootfs.cpio.gz"
22 22
23# Set the amount of memory for dom0 depending on total available memory size(DDR). 23# Set the amount of memory for dom0 depending on total available memory size(DDR).
24DOM0_MEM ?= "1500M" 24DOM0_MEM ?= "1500M"