diff --git a/meta-corstone700/conf/machine/corstone700.conf b/meta-corstone700/conf/machine/corstone700.conf index e01ab88d..d7f6119b 100644 --- a/meta-corstone700/conf/machine/corstone700.conf +++ b/meta-corstone700/conf/machine/corstone700.conf @@ -16,7 +16,7 @@ TF-A_PLATFORM = "corstone700" TF-A_EXTRA_OPTIONS += " \ RESET_TO_SP_MIN=1 \ ARM_LINUX_KERNEL_AS_BL33=1 \ - PRELOADED_BL33_BASE=0x08500000 \ + PRELOADED_BL33_BASE=0x08300000 \ ARM_PRELOADED_DTB_BASE=0x02800000 \ ENABLE_STACK_PROTECTOR=strong \ ENABLE_PIE=1 \ diff --git a/meta-corstone700/wic/iota-tiny-image.corstone700.wks b/meta-corstone700/wic/iota-tiny-image.corstone700.wks index 3a3b9739..e1d296ab 100644 --- a/meta-corstone700/wic/iota-tiny-image.corstone700.wks +++ b/meta-corstone700/wic/iota-tiny-image.corstone700.wks @@ -7,7 +7,7 @@ part --source rawcopy --sourceparams="file=se_ramfw.bin" --no-table --align 1 -- part --source rawcopy --sourceparams="file=corstone700.fip" --no-table --align 1 --fixed-size 991k # Rawcopy of the rootfs -part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/iota-tiny-image-corstone700.cpio.gz" --no-table --fixed-size 4 +part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/iota-tiny-image-corstone700.cpio.gz" --no-table --fixed-size 2 # Rawcopy of the kernel binary part --source rawcopy --sourceparams="file=xipImage" --no-table --fixed-size 3