summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2013-10-09 16:44:35 +0200
committerAnders Roxell <anders.roxell@linaro.org>2013-10-09 16:44:35 +0200
commit3b0625668fa072427b2c047360f2a64c02c462f9 (patch)
treef9eb442d8c4a8ca9b6446557108ffa4a3e65b20f
parentaad08e74198294f73bca08575f2c432e324aa34b (diff)
fix wrong hwpack_type
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xlinux-lng-preempt-rt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-lng-preempt-rt.sh b/linux-lng-preempt-rt.sh
index 3d62916..7dc31a0 100755
--- a/linux-lng-preempt-rt.sh
+++ b/linux-lng-preempt-rt.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/preempt-rt.conf linaro/configs/ovs.conf linaro/configs/kvm-host.conf linaro/configs/vexpress64.conf"