Skip to content

Commit

Permalink
build.config.msm.waipio.tuivm: Increase DTB img size to 3MB
Browse files Browse the repository at this point in the history
Update RAMdisk offset to accommodate increase in DTB img
size from 2 MB to 3 MB. This is required because many targets
are now using same DTB for different platforms and the DTB size
of 2 MB was reached.

Change-Id: I31d2304aef7222bf85671fb260ba9f2193f54164
Signed-off-by: Naman Jain <[email protected]>
  • Loading branch information
Naman Jain committed Aug 16, 2022
1 parent 789c6ab commit d2a9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.config.msm.waipio.tuivm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ declare -A MKDTIMGDTBS
## Define VM parameters
TUIVM_KERNEL_OFFSET=0xe0b00000
TUIVM_DTB_OFFSET=0xe2b00000
TUIVM_RAMDISK_OFFSET=0xe2d00000
TUIVM_RAMDISK_OFFSET=0xe2e00000
TUIVM_DUMMY_IMG_OFFSET=0xe55f2000

MKDTIMGDTBS["waipio_tuivm"]="waipio-vm"
Expand Down

0 comments on commit d2a9d44

Please sign in to comment.