summaryrefslogtreecommitdiffstats
path: root/arch/Config.in.sh
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-04 15:10:34 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-04 15:15:11 +0100
commitdd712eb31cd041eb51c2731a0cdf0422681bb67d (patch)
tree7295656b996532a138834d28007a320fa969d2c4 /arch/Config.in.sh
parent0c535e15fae24b8cd9ea6a3537168e9bc59547f1 (diff)
downloadbuildroot-dd712eb31cd041eb51c2731a0cdf0422681bb67d.tar.gz
buildroot-dd712eb31cd041eb51c2731a0cdf0422681bb67d.zip
arch: remove incorrect condition for endian definition on SuperH
Probably due to some copy/paste mistake, Config.in.sh was defining BR2_ENDIAN to "LITTLE" when the architecture is BR2_x86_64. Due to the fact that Config.in.sh is never included when we are building for x86_64, this is a no-op, but is certainly good to clean up. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'arch/Config.in.sh')
-rw-r--r--arch/Config.in.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Config.in.sh b/arch/Config.in.sh
index cf70fd5ffc..10d4ef6057 100644
--- a/arch/Config.in.sh
+++ b/arch/Config.in.sh
@@ -36,6 +36,6 @@ config BR2_ARCH
config BR2_ENDIAN
default "LITTLE" if BR2_sh3 || BR2_sh4 || BR2_sh4a || \
- BR2_x86_64 || BR2_sh64
+ BR2_sh64
default "BIG" if BR2_sh2 || BR2_sh2a || BR2_sh3eb || \
BR2_sh4eb || BR2_sh4aeb
OpenPOWER on IntegriCloud