patch-2.1.97 linux/arch/ppc/chrpboot/main.c

Next file: linux/arch/ppc/chrpboot/misc.S
Previous file: linux/arch/ppc/chrp_defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.96/linux/arch/ppc/chrpboot/main.c linux/arch/ppc/chrpboot/main.c
@@ -16,11 +16,11 @@
 #define get_16be(x)	(*(unsigned short *)(x))
 #define get_32be(x)	(*(unsigned *)(x))
 
-#define RAM_START	0x90000000
-#define RAM_END		0x90800000	/* only 8M mapped with BATs */
+#define RAM_START	0x00000000
+#define RAM_END		0x00800000	/* only 8M mapped with BATs */
 
-#define RAM_FREE	0x90540000	/* after image of chrpboot */
-#define PROG_START	0x90010000
+#define RAM_FREE	0x00540000	/* after image of chrpboot */
+#define PROG_START	0x00010000
 
 char *avail_ram;
 char *end_avail;
@@ -40,7 +40,7 @@
     unsigned initrd_start, initrd_size;
     
     printf("chrpboot starting\n\r");
-    setup_bats();
+    /* setup_bats(); */
 
     if (initrd_len) {
 	initrd_size = initrd_len;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov