refactor: Modify the build params to disable Debug build for sun50i_a64
Errata framework and cpu porting of cortex-A53 to support the framework
introduces additional size related failures in sun50i_a64 related CI
builds. Disabling the debug flags resolves the issue, the release build
is used in the actual deployment and if debug option needs to be
enabled, enable SUNXI_BL31_IN_DRAM=1 to debug with DRAM.
Signed-off-by: Sona Mathew <SonaRebecca.Mathew@arm.com>
Change-Id: Ia5d303997d9df02f9d8eaa0d6f20c0ae7ae05724
diff --git a/group/tf-l1-build-plat/sun50i_a64-default:nil b/group/tf-l1-build-plat/sun50i_a64-release:nil
similarity index 100%
rename from group/tf-l1-build-plat/sun50i_a64-default:nil
rename to group/tf-l1-build-plat/sun50i_a64-release:nil
diff --git a/tf_config/sun50i_a64-default b/tf_config/sun50i_a64-release
similarity index 79%
rename from tf_config/sun50i_a64-default
rename to tf_config/sun50i_a64-release
index 7e1e0ba..4ac0563 100644
--- a/tf_config/sun50i_a64-default
+++ b/tf_config/sun50i_a64-release
@@ -1,2 +1,4 @@
CROSS_COMPILE=aarch64-none-elf-
PLAT=sun50i_a64
+DEBUG=0
+V=0