aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-03-25 10:53:39 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2014-03-25 10:53:39 +0200
commitcf2ec60533d65de4518b16e24e5a9a4735be1c22 (patch)
tree1f37c5c847d4eaa5937d3dbd96bf124a701540a3
parent758193c70ad482023fbc3ae75113b2292ddb554e (diff)
vexpress64-be: move bigendian config fragment at the end (like arndale-be)
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rwxr-xr-xconfigs/vexpress64-be.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/vexpress64-be.cfg b/configs/vexpress64-be.cfg
index d94b54f..9ff47d9 100755
--- a/configs/vexpress64-be.cfg
+++ b/configs/vexpress64-be.cfg
@@ -8,7 +8,7 @@ export SOCFLAVOUR=vexpress64-be
export SOCVENDOR=ARM
export auto_kernel_version=true
export board_config_branch=linux-linaro
-export board_config_frags="linaro/configs/kvm-guest.conf linaro/configs/kvm-host.conf linaro/configs/bigendian.conf linaro/configs/vexpress64.conf"
+export board_config_frags="linaro/configs/kvm-guest.conf linaro/configs/kvm-host.conf linaro/configs/vexpress64.conf linaro/configs/bigendian.conf"
export board_config_repo=git://git.linaro.org/kernel/linux-linaro-tracking.git
export boot_wrapper_branch=master
export boot_wrapper_repo=git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git