bootenv: add rk356x.txt for larger cma size

This commit is contained in:
amazingfate
2024-07-19 11:50:27 +08:00
committed by Jianfeng Liu
parent 0579edc21e
commit 94ef30d4bc
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
verbosity=1
bootlogo=false
console=both
extraargs=cma=256M

View File

@@ -126,6 +126,7 @@ case "$BOOT_SOC" in
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
ROCKUSB_BLOB="rk35/rk356x_spl_loader_v1.21.113.bin"
BOOT_SOC_MKIMAGE="rk3568" # mkimage does not know about rk3566, and rk3568 works.
BOOTENV_FILE='rk356x.txt'
;;
rk3568)
@@ -135,6 +136,7 @@ case "$BOOT_SOC" in
BL31_BLOB="${BL31_BLOB:-"rk35/rk3568_bl31_v1.44.elf"}"
# ROCKUSB_BLOB is used to flash a board with rkdeveloptool (Linux, can use 'rkdevflash' extension) or RKDevTool (Windows) in MASKROM mode
ROCKUSB_BLOB="rk35/rk356x_spl_loader_v1.21.113.bin"
BOOTENV_FILE='rk356x.txt'
;;
rk3576)