diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-22 00:17:22 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-22 00:17:22 +0000 |
commit | 51214d11d0a062ff04b411fa23f68af255d5aa8d (patch) | |
tree | 5cbccb18ba7f7e69ebb39b38b2e2fc0ce2b907ed /target/linux/ifxmips/patches/100-board.patch | |
parent | 7ff22aaceefd070419e603227ec56e51f2e40200 (diff) | |
download | upstream-51214d11d0a062ff04b411fa23f68af255d5aa8d.tar.gz upstream-51214d11d0a062ff04b411fa23f68af255d5aa8d.tar.bz2 upstream-51214d11d0a062ff04b411fa23f68af255d5aa8d.zip |
change danube 2 ifxmips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/patches/100-board.patch')
-rw-r--r-- | target/linux/ifxmips/patches/100-board.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ifxmips/patches/100-board.patch b/target/linux/ifxmips/patches/100-board.patch index c73c4e7fdc..10b49e83e5 100644 --- a/target/linux/ifxmips/patches/100-board.patch +++ b/target/linux/ifxmips/patches/100-board.patch @@ -6,7 +6,7 @@ Index: linux-2.6.23/arch/mips/Kconfig select SYS_SUPPORTS_LITTLE_ENDIAN select GENERIC_HARDIRQS_NO__DO_IRQ -+config DANUBE ++config IFXMIPS + bool "Danube support" + select DMA_NONCOHERENT + select IRQ_CPU @@ -37,11 +37,11 @@ Index: linux-2.6.23/arch/mips/Makefile load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 +# -+# Infineon DANUBE ++# Infineon IFXMIPS +# -+core-$(CONFIG_DANUBE) += arch/mips/danube/ -+cflags-$(CONFIG_DANUBE) += -Iinclude/asm-mips/mach-danube -+load-$(CONFIG_DANUBE) += 0xffffffff80002000 ++core-$(CONFIG_IFXMIPS) += arch/mips/danube/ ++cflags-$(CONFIG_IFXMIPS) += -Iinclude/asm-mips/mach-danube ++load-$(CONFIG_IFXMIPS) += 0xffffffff80002000 + # # DECstation family @@ -57,8 +57,8 @@ Index: linux-2.6.23/include/asm-mips/bootinfo.h +/* + * Valid machtype for group ATHEROS + */ -+#define MACH_GROUP_DANUBE 29 -+#define MACH_INFINEON_DANUBE 0 ++#define MACH_GROUP_IFXMIPS 29 ++#define MACH_INFINEON_IFXMIPS 0 + + #define CL_SIZE COMMAND_LINE_SIZE |