Build: Exchange RAM FS patches with build config
Remove patches enabling ITS_RAM_FS and PS_RAM_FS for ci testing.
Enable these options through build config.
Signed-off-by: Gabor Toth <gabor.toth@arm.com>
Change-Id: I5fee7d0c8434ec6e7027bb4980ce5ebf133b5fad
diff --git a/run-build.sh b/run-build.sh
index a8170cc..c0a8b99 100755
--- a/run-build.sh
+++ b/run-build.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#-------------------------------------------------------------------------------
-# Copyright (c) 2020-2023, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2020-2024, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -100,10 +100,6 @@
cd -
fi
-cd trusted-firmware-m
-git apply ../tf-m-ci-scripts/build_helper/platform_settings/*.patch
-cd -
-
rm -rf ci_build
mkdir ci_build
cd ci_build