Skip to content
Snippets Groups Projects
Commit a5a0b7ac authored by Mukesh Pilaniya's avatar Mukesh Pilaniya
Browse files

trustedvm.conf: update RAMDISK_OFFSET_TRUSTEDVM

updated RAMDISK_OFFSET_TRUSTEDVM to 4MB to accommodate
for increased VM dtb image size.

Change-Id: I3af97121a11b0e8cadfbaded8574f3c5f8f801d9
parent 66b6ee83
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ VMPERSIST_TARGET = "vm-persist.img"
DTB_TARGET = "vm.dtb"
KERNEL_OFFSET_TRUSTEDVM = "0x0"
DTB_OFFSET_TRUSTEDVM = "0x2000000"
RAMDISK_OFFSET_TRUSTEDVM = "0x2200000"
RAMDISK_OFFSET_TRUSTEDVM = "0x2400000"
KERNEL_OFFSET_OEMVM = "0x0"
DTB_OFFSET_OEMVM = "0x2000000"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment