]> git.sur5r.net Git - u-boot/blobdiff - doc/README-i386
ARM: relocation: don't undef CONFIG_SYS_ARM_WITHOUT_RELOC
[u-boot] / doc / README-i386
index 02b753cbd7f48db79a9663ba8e86abb14d3cd7cb..c560d22f462e200fd5554ecdd11f430a376d893d 100644 (file)
@@ -57,9 +57,9 @@ Daniel Engstr
 --- linux-2.4.19-orig/init/do_mounts.c Sat Aug  3 02:39:46 2002
 +++ linux-2.4.19/init/do_mounts.c      Mon Sep 23 16:21:33 2002
 @@ -224,6 +224,14 @@
-       { "ftlc", 0x2c10 },
-       { "ftld", 0x2c18 },
-       { "mtdblock", 0x1f00 },
+       { "ftlc", 0x2c10 },
+       { "ftld", 0x2c18 },
+       { "mtdblock", 0x1f00 },
 +      { "mtdblock0", 0x1f00 },
 +      { "mtdblock1", 0x1f01 },
 +      { "mtdblock2", 0x1f02 },
@@ -68,7 +68,7 @@ Daniel Engstr
 +      { "mtdblock5", 0x1f05 },
 +      { "mtdblock6", 0x1f06 },
 +      { "mtdblock7", 0x1f07 },
-       { NULL, 0 }
+       { NULL, 0 }
  };
 
 -------------------