arch: remove incorrect condition for endian definition on SuperH
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 4 Feb 2014 14:10:34 +0000 (15:10 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2014 14:15:11 +0000 (15:15 +0100)
commitdd712eb31cd041eb51c2731a0cdf0422681bb67d
tree7295656b996532a138834d28007a320fa969d2c4
parent0c535e15fae24b8cd9ea6a3537168e9bc59547f1
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>
arch/Config.in.sh