1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

malta: move endianness kernel configuration to subtarget

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 36209
This commit is contained in:
Florian Fainelli 2013-04-05 12:36:41 +00:00
parent f4c09ea554
commit 5eb8ba7f19
2 changed files with 2 additions and 1 deletions

@ -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

@ -0,0 +1,2 @@
# CONFIG_CPU_BIG_ENDIAN is not set
CONFIG_CPU_LITTLE_ENDIAN=y