patch-2.4.21 linux-2.4.21/arch/cris/lib/hw_settings.S
Next file: linux-2.4.21/arch/cris/lib/usercopy.c
Previous file: linux-2.4.21/arch/cris/lib/dram_init.S
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
2003-06-13 07:51:29.000000000 -0700
- Orig file:
linux-2.4.20/arch/cris/lib/hw_settings.S
- Orig date:
2002-11-28 15:53:09.000000000 -0800
diff -urN linux-2.4.20/arch/cris/lib/hw_settings.S linux-2.4.21/arch/cris/lib/hw_settings.S
@@ -1,11 +1,11 @@
/*
- * $Id: hw_settings.S,v 1.4 2002/07/04 16:58:56 pkj Exp $
+ * $Id: hw_settings.S,v 1.5 2002/08/15 09:16:06 bjornw Exp $
*
* This table is used by some tools to extract hardware parameters.
* The table should be included in the kernel and the decompressor.
* Don't forget to update the tools if you change this table.
*
- * Copyright (C) 2001 Axis Communications AB
+ * Copyright (C) 2001, 2002 Axis Communications AB
*
* Authors: Mikael Starvik (starvik@axis.com)
*/
@@ -16,8 +16,8 @@
(CONFIG_ETRAX_DEF_R_PORT_PB_DIR << 8) | \
(CONFIG_ETRAX_DEF_R_PORT_PB_DATA))
- .ascii "HW_PARAM_MAGIC" ; Magic number
- .dword CONFIG_ETRAX_DRAM_VIRTUAL_BASE | 0x80004000 ; Kernel start address
+ .ascii "HW_PARAM_MAGIC" ; Magic number
+ .dword 0xc0004000 ; Where to load the kernel image (physical!)
; Debug port
#ifdef CONFIG_ETRAX_DEBUG_PORT0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)