From 5eb8ba7f192988669482fe51c68d394ed72cc6ec Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 5 Apr 2013 12:36:41 +0000 Subject: [PATCH] malta: move endianness kernel configuration to subtarget Signed-off-by: Florian Fainelli SVN-Revision: 36209 --- target/linux/malta/config-3.8 | 1 - target/linux/malta/le/config-default | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 target/linux/malta/le/config-default diff --git a/target/linux/malta/config-3.8 b/target/linux/malta/config-3.8 index 80fbe60fcd..54caec7a43 100644 --- a/target/linux/malta/config-3.8 +++ b/target/linux/malta/config-3.8 @@ -35,7 +35,6 @@ CONFIG_CPU_GENERIC_DUMP_TLB=y CONFIG_CPU_HAS_PREFETCH=y # CONFIG_CPU_HAS_SMARTMIPS is not set CONFIG_CPU_HAS_SYNC=y -CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_CPU_MIPS32=y # CONFIG_CPU_MIPS32_R1 is not set CONFIG_CPU_MIPS32_R2=y diff --git a/target/linux/malta/le/config-default b/target/linux/malta/le/config-default new file mode 100644 index 0000000000..396e1b75f9 --- /dev/null +++ b/target/linux/malta/le/config-default @@ -0,0 +1,2 @@ +# CONFIG_CPU_BIG_ENDIAN is not set +CONFIG_CPU_LITTLE_ENDIAN=y -- 2.30.2