mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
xen-boot-cmd.inc: Fix initrd boot issue with 6.6 kernel
Due to increase in 6.6 kernel image size xen ramdisk offset was overlapping with kernel image. This causes xen randisk image boot failures. Hence increase the ramdisk offset to fix initrd boot issue. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
f27566f573
commit
e7f9c2dd2f
|
@ -9,8 +9,8 @@ KERNEL_OFFSET:versal ?= "0xE00000"
|
|||
DEVICETREE_OFFSET:zynqmp ?= "0xC000000"
|
||||
DEVICETREE_OFFSET:versal ?= "0xC000000"
|
||||
|
||||
RAMDISK_OFFSET:zynqmp ?= "0x2400000"
|
||||
RAMDISK_OFFSET:versal ?= "0x2400000"
|
||||
RAMDISK_OFFSET:zynqmp ?= "0x2600000"
|
||||
RAMDISK_OFFSET:versal ?= "0x2600000"
|
||||
|
||||
XEN_OFFSET:zynqmp ?= "0xBA00000"
|
||||
XEN_OFFSET:versal ?= "0xBA00000"
|
||||
|
|
Loading…
Reference in New Issue
Block a user