summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-10-09 16:44:12 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-10-09 16:44:12 +0200
commitb56c58f55db904970c5d5aaa2385d6e544694fb3 (patch)
tree10834fa21f4a441c334a170a5e2028bb87c7c16a
parentb530ed00f6a7111150d86f72d50b8c4c8ec78112 (diff)
fix wrong hwpack_type
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-lng.sh b/linux-lng.sh
index 145fa9e..96429df 100755
--- a/linux-lng.sh
+++ b/linux-lng.sh
@@ -44,7 +44,7 @@ case "${hwpack}" in
export device_type="arndale"
;;
vexpress64)
- export hwpack_type="vexpress64-rtsm"
+ export hwpack_type="vexpress64"
export board_types="vexpress64-rtsm"
export kernel_flavour="vexpress64"
export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/linaro-base64.conf linaro/configs/distribution.conf linaro/configs/ovs.conf linaro/configs/kvm-host.conf linaro/configs/vexpress64.conf"