make.sh: support rk3036 build trust.img/uboot.img 512KB

Change-Id: I71360722bfbf16dcafd54b7a2d14fff2fc5bc5d1
Signed-off-by: Hans Yang <yhx@rock-chips.com>
This commit is contained in:
Hans Yang 2019-12-24 14:41:13 +08:00 committed by Jianhong Chen
parent 85975b101c
commit 64ba9ad7e9
1 changed files with 3 additions and 0 deletions

View File

@ -407,6 +407,9 @@ fixup_platform_configure()
elif [ $RKCHIP = "RK1808" ]; then elif [ $RKCHIP = "RK1808" ]; then
PLATFORM_UBOOT_IMG_SIZE="--size 1024 2" PLATFORM_UBOOT_IMG_SIZE="--size 1024 2"
PLATFORM_TRUST_IMG_SIZE="--size 1024 2" PLATFORM_TRUST_IMG_SIZE="--size 1024 2"
elif [ $RKCHIP = "RK3036" ]; then
PLATFORM_UBOOT_IMG_SIZE="--size 512 1"
PLATFORM_TRUST_IMG_SIZE="--size 512 1"
fi fi
# <*> Fixup AARCH32 for ARM64 cpu platforms # <*> Fixup AARCH32 for ARM64 cpu platforms