CVSROOT: /home/cvs
Module name: linux
Changes by: macro@ftp.linux-mips.org 05/02/02 20:46:40
Modified files:
arch/mips/configs: atlas_defconfig
Log message:
Restore the default Atlas's endianness setting.
diff -urN linux/arch/mips/configs/atlas_defconfig
linux/arch/mips/configs/atlas_defconfig
--- linux/arch/mips/configs/atlas_defconfig 2005/01/30 20:45:37 1.44
+++ linux/arch/mips/configs/atlas_defconfig 2005/02/02 20:46:40 1.45
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc2
-# Sun Jan 30 19:02:39 2005
+# Wed Feb 2 20:43:05 2005
#
CONFIG_MIPS=y
@@ -107,8 +107,8 @@
CONFIG_DMA_NONCOHERENT=y
CONFIG_MIPS_BONITO64=y
CONFIG_MIPS_MSC=y
-CONFIG_CPU_BIG_ENDIAN=y
-# CONFIG_CPU_LITTLE_ENDIAN is not set
+# CONFIG_CPU_BIG_ENDIAN is not set
+CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_SYS_SUPPORTS_BIG_ENDIAN=y
CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
CONFIG_MIPS_BOARDS_GEN=y
|