mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
corstone700: reduce rootfs size to 2MB
Because of memory constraint, reducing rootfs to 2MB Change-Id: I853fc4322372456ea3df2b7a0e1e5f8b08677e40
This commit is contained in:
committed by
Tushar Khandelwal
parent
3f7eec27c3
commit
8b402b3d6e
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user