Update of /cvsroot/gc-linux/linux/arch/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23661/arch/ppc
Modified Files:
Kconfig
Log Message:
0x80003100 is not the boot load/link address, but rather the .dol
entry-point; handled seperately by doltool.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Kconfig 24 Apr 2004 18:37:21 -0000 1.12
+++ Kconfig 27 Apr 2004 20:18:11 -0000 1.13
@@ -1110,7 +1110,6 @@
hex "Link/load address for booting" if BOOT_LOAD_BOOL
default "0x00400000" if 40x || 8xx || 8260
default "0x01000000" if 44x
- default "0x80003100" if GAMECUBE
default "0x00800000"
config PIN_TLB
|