Switch to little-endian buildroot
This change switches the default toolchain target to little-endian, so
we're able to build buildroot packages as LE.
Firmware components (skiboot, hostboot, etc) are kept as BE, so we
compile the toolchain as biarch.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
diff --git a/openpower/platform/Config.in b/openpower/platform/Config.in
index badcc22..206b343 100644
--- a/openpower/platform/Config.in
+++ b/openpower/platform/Config.in
@@ -1,4 +1,4 @@
config BR2_OPENPOWER_PLATFORM
bool "Enable the OpenPower Platform"
default n
- depends on BR2_powerpc64
+ depends on BR2_powerpc64 || BR2_powerpc64le