commit b1d7299b4526c5b644de0e32087fc0072990c0f6
parent 6179bd86785ddbe6508d89999ed37f5802ac3e87
Author: Roberto E. Vargas Caballero <roberto@clue.aero>
Date: Mon, 12 Aug 2019 16:06:20 +0200
[scripts] Remove CROSS_COMPILE from fvp.sh
This variable is not supposed to be set here. Ambroise had this value
in this shell script because it was helping him while he was developing
rcode, but this is not the case anymore.
Change-Id: I665ed62052ea6557b202ebf1dbc5ad0ba06e932b
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/scripts/fvp.sh b/scripts/fvp.sh
@@ -1,7 +1,5 @@
#!/bin/sh
-CROSS_COMPILE=aarch64-linux-gnu- make LDFLAGS=-Ttext=0x6000000 CFLAGS=-O0
-
romfw_path=bin/romfw.bin
uart0_path=uart0.out
uart3_path=uart3.out