diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-08-16 14:42:55 -0600 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-08-17 20:01:19 +0000 |
commit | 7fee614060705a64ea512e4035f650352f115bad (patch) | |
tree | acbbfcd8de498994014c3715ccfd4c70f370f822 /dynamic-layers/xilinx | |
parent | 28205358690f79e13c1970ea7d61bce0131da027 (diff) | |
download | meta-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.inc | 2 |
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 |
20 | XEN_IMAGE_NAME ?= "xen" | 20 | XEN_IMAGE_NAME ?= "xen" |
21 | RAMDISK_IMAGE = "rootfs.cpio.gz" | 21 | RAMDISK_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). |
24 | DOM0_MEM ?= "1500M" | 24 | DOM0_MEM ?= "1500M" |