rk3576: spl: Add fspi1 support

build from:
	38fed2d628d configs: Add rk3576 decom support
update feature:
	Support fspi1.

Change-Id: I6f0434243326980ae7997b5b355901fd181a906c
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2024-04-08 11:24:03 +08:00
parent ff3639a290
commit 958a98d9b6
6 changed files with 57 additions and 0 deletions

View File

@@ -378,6 +378,10 @@ function pack_trust_image()
function check_dirty()
{
for FILE in `find -name '*spl*.bin' -o -name '*tpl*.bin' -o -name '*usbplug*.bin' -o -name '*bl31*.elf' -o -name '*bl32*.bin'`; do
if [[ "${FILE}" == *fspi1* ]]; then
echo "Skip clean: ${FILE}"
continue;
fi
echo "Checking clean: ${FILE}"
if strings ${FILE} | grep '\-dirty ' ; then
echo "ERROR: ${FILE} is dirty"