aboutsummaryrefslogtreecommitdiff
path: root/build-scripts/helpers
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2015-06-17 18:08:22 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2015-06-17 18:08:26 +0530
commit980ccc8643158fcfe77564383f76795a74c90d00 (patch)
tree0df4978e1aeb8031db8f6e89e327dc5d1963eb7b /build-scripts/helpers
parentfabffef232a7cf89c0b34a2ad1f2c82245d0e03b (diff)
lamc: map fvp device to vexpress since that is what we use for fvp
Change-Id: I143080d3163527ab3bd69510f707cdab328cdaf1 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'build-scripts/helpers')
-rw-r--r--build-scripts/helpers2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-scripts/helpers b/build-scripts/helpers
index 341ce42..27e4662 100644
--- a/build-scripts/helpers
+++ b/build-scripts/helpers
@@ -240,6 +240,8 @@ product2lamc_dev () {
echo -n "panda";;
"juno")
echo -n "vexpress";;
+ "fvp")
+ echo -n "vexpress";;
"snowball")
echo -n "snowball_sd";;
"full_arndale")