summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"