CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/07/29 16:01:02
Modified files:
arch/mips : Kconfig
arch/mips/configs: rbhma4500_defconfig
Log message:
Enable CONFIG_SYS_SUPPORTS_BIG_ENDIAN foer RBHMA4500.
diff -urN linux/arch/mips/Kconfig linux/arch/mips/Kconfig
--- linux/arch/mips/Kconfig 2005/07/25 22:45:45 1.159
+++ linux/arch/mips/Kconfig 2005/07/29 15:01:02 1.160
@@ -669,6 +669,7 @@
select SWAP_IO_SPACE
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
+ select SYS_SUPPORTS_BIG_ENDIAN
select TOSHIBA_BOARDS
help
This Toshiba board is based on the TX4938 processor. Say Y here to
diff -urN linux/arch/mips/configs/rbhma4500_defconfig
linux/arch/mips/configs/rbhma4500_defconfig
--- linux/arch/mips/configs/rbhma4500_defconfig 2005/07/25 22:45:45 1.1
+++ linux/arch/mips/configs/rbhma4500_defconfig 2005/07/29 15:01:02 1.2
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.13-rc3
-# Mon Jul 25 18:45:29 2005
+# Fri Jul 29 10:57:40 2005
#
CONFIG_MIPS=y
@@ -125,6 +125,7 @@
CONFIG_I8259=y
# 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_SWAP_IO_SPACE=y
CONFIG_MIPS_L1_CACHE_SHIFT=5
|