malta: move endianness kernel configuration to subtarget
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36209
This commit is contained in:
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
|
||||
|
|
2
target/linux/malta/le/config-default
Normal file
2
target/linux/malta/le/config-default
Normal file
|
@ -0,0 +1,2 @@
|
|||
# CONFIG_CPU_BIG_ENDIAN is not set
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
Loading…
Reference in a new issue