summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2013-10-24 10:43:12 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2013-10-24 10:43:12 +0300
commit30a01837da1128741e92e668d425d0545be84bb9 (patch)
tree4c55d7c34d8190f2cd9ce6ff643f7873b34b4022
parent43ee70d35d240e040c62343b953e7cc141ecdc4c (diff)
arndale-be: bigendian.conf should be last
It overwrites CONFIG_MMC_DW_IDMAC value set in arndale.conf. For BE this should be unset because there is still non-endian agnostic code in DMA handling. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xll-ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ll-ci.sh b/ll-ci.sh
index b95ebe6..fed7fd6 100755
--- a/ll-ci.sh
+++ b/ll-ci.sh
@@ -34,7 +34,7 @@ case "${hwpack}" in
export hwpack_type="arndale"
export board_types="arndale"
export kernel_flavour="arndale"
- export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/bigendian.conf linaro/configs/arndale.conf"
+ export conf_filenames="linaro/configs/linaro-base.conf linaro/configs/distribution.conf linaro/configs/kvm-host.conf linaro/configs/xen.conf linaro/configs/arndale.conf linaro/configs/bigendian.conf"
;;
highbank)
export hwpack_type="highbank"