SoC S6: PXP Bringup Bootloader BL30 update toolchain [1/1]
PD#SWPL-153508
Problem:
S6 use riscv toolchain version 8.2.0.
Solution:
update toolchain to 8.2.0.
Verify:
S6 skt.
Change-Id: I328b09572470f94895b1318d5dc2402dc5c4d7d3
Signed-off-by: bangzheng.liu <bangzheng.liu@amlogic.com>
diff --git a/s6/compiler_options.cmake b/s6/compiler_options.cmake
index ab10758..bdd7a92 100644
--- a/s6/compiler_options.cmake
+++ b/s6/compiler_options.cmake
@@ -4,4 +4,4 @@
#add compiler options at here which is associated with soc.
-set(ENV{TOOLCHAIN_PATH} /opt/riscv-none-gcc/7.2.0-4-20180606-1631)
+set(ENV{TOOLCHAIN_PATH} /opt/riscv-none-gcc/8.2.0-2.2-20190521-0004)