All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87bo12kcyt.fsf@natisbad.org>

diff --git a/a/1.txt b/N1/1.txt
index d4dc231..2d5108f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -32,12 +32,12 @@ Here is the nandtest run:
 
 Then, doing a simple read and copying back the data:
 
-  root@mood:~# dd if=/dev/mtd4 of=/tmp/toto 
+  root at mood:~# dd if=/dev/mtd4 of=/tmp/toto 
   212992+0 records in
   212992+0 records out
   109051904 bytes (109 MB) copied, 10.8671 s, 10.0 MB/s
   
-  root@mood:~# flash_erase /dev/mtd4 0 0
+  root at mood:~# flash_erase /dev/mtd4 0 0
   flash_erase: Skipping bad block at 06700000
   flash_erase: Skipping bad block at 06720000
   flash_erase: Skipping bad block at 06740000
@@ -47,7 +47,7 @@ Then, doing a simple read and copying back the data:
   flash_erase: Skipping bad block at 067c0000
   flash_erase: Skipping bad block at 067e0000
   
-  root@mood:~# nandwrite -p /dev/mtd4 /tmp/toto
+  root at mood:~# nandwrite -p /dev/mtd4 /tmp/toto
   Writing data to block 0 at offset 0x0
   Writing data to block 1 at offset 0x20000
   Writing data to block 2 at offset 0x40000
@@ -221,12 +221,12 @@ block tables reported during boot:
 
  2) I also think I should reduce partition definition from 
 
-         partition@1800000 {
+         partition at 1800000 {
                  label = "jffs2";
                  reg = <0x1800000 0x6800000>;
          };
    to
-         partition@1800000 { /* Followed by 256KB of BBT */
+         partition at 1800000 { /* Followed by 256KB of BBT */
                  label = "jffs2";
                  reg = <0x1800000 0x67c0000>;
          };
@@ -278,22 +278,22 @@ As a side note, if I am somewhat right, I wonder how the defintion of
 the partitions in for instance armada-370-mirabox.dts (introduced by
 016b74660d14) would allow to effectively use the end of that partition:
 
-         nand@d0000 {
+         nand at d0000 {
                  status = "okay";
                  num-cs = <1>;
                  marvell,nand-keep-config;
                  marvell,nand-enable-arbiter;
                  nand-on-flash-bbt;
  
-                 partition@0 {
+                 partition at 0 {
                          label = "U-Boot";
                          reg = <0 0x400000>;
                  };
-                 partition@400000 {
+                 partition at 400000 {
                          label = "Linux";
                          reg = <0x400000 0x400000>;
                  };
-                 partition@800000 {
+                 partition at 800000 {
                          label = "Filesystem";
                          reg = <0x800000 0x3f800000>;
                  };
diff --git a/a/content_digest b/N1/content_digest
index 021f853..cb3f2a9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -7,16 +7,9 @@
  "ref\087wqjtbm8r.fsf@natisbad.org\0"
  "ref\020131128185040.GA13182@localhost\0"
  "From\0arno@natisbad.org (Arnaud Ebalard)\0"
- "Subject\0Re: [PATCH v5 00/14] Armada 370/XP NAND support\0"
+ "Subject\0[PATCH v5 00/14] Armada 370/XP NAND support\0"
  "Date\0Sat, 30 Nov 2013 00:25:14 +0100\0"
- "To\0Ezequiel Garcia <ezequiel.garcia@free-electrons.com>\0"
- "Cc\0Lior Amsalem <alior@marvell.com>"
-  Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-  Jason Cooper <jason@lakedaemon.net>
-  linux-mtd@lists.infradead.org
-  Gregory Clement <gregory.clement@free-electrons.com>
-  Brian Norris <computersforpeace@gmail.com>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi,\n"
@@ -53,12 +46,12 @@
  "\n"
  "Then, doing a simple read and copying back the data:\n"
  "\n"
- "  root@mood:~# dd if=/dev/mtd4 of=/tmp/toto \n"
+ "  root at mood:~# dd if=/dev/mtd4 of=/tmp/toto \n"
  "  212992+0 records in\n"
  "  212992+0 records out\n"
  "  109051904 bytes (109 MB) copied, 10.8671 s, 10.0 MB/s\n"
  "  \n"
- "  root@mood:~# flash_erase /dev/mtd4 0 0\n"
+ "  root at mood:~# flash_erase /dev/mtd4 0 0\n"
  "  flash_erase: Skipping bad block at 06700000\n"
  "  flash_erase: Skipping bad block at 06720000\n"
  "  flash_erase: Skipping bad block at 06740000\n"
@@ -68,7 +61,7 @@
  "  flash_erase: Skipping bad block at 067c0000\n"
  "  flash_erase: Skipping bad block at 067e0000\n"
  "  \n"
- "  root@mood:~# nandwrite -p /dev/mtd4 /tmp/toto\n"
+ "  root at mood:~# nandwrite -p /dev/mtd4 /tmp/toto\n"
  "  Writing data to block 0 at offset 0x0\n"
  "  Writing data to block 1 at offset 0x20000\n"
  "  Writing data to block 2 at offset 0x40000\n"
@@ -242,12 +235,12 @@
  "\n"
  " 2) I also think I should reduce partition definition from \n"
  "\n"
- "         partition@1800000 {\n"
+ "         partition at 1800000 {\n"
  "                 label = \"jffs2\";\n"
  "                 reg = <0x1800000 0x6800000>;\n"
  "         };\n"
  "   to\n"
- "         partition@1800000 { /* Followed by 256KB of BBT */\n"
+ "         partition at 1800000 { /* Followed by 256KB of BBT */\n"
  "                 label = \"jffs2\";\n"
  "                 reg = <0x1800000 0x67c0000>;\n"
  "         };\n"
@@ -299,22 +292,22 @@
  "the partitions in for instance armada-370-mirabox.dts (introduced by\n"
  "016b74660d14) would allow to effectively use the end of that partition:\n"
  "\n"
- "         nand@d0000 {\n"
+ "         nand at d0000 {\n"
  "                 status = \"okay\";\n"
  "                 num-cs = <1>;\n"
  "                 marvell,nand-keep-config;\n"
  "                 marvell,nand-enable-arbiter;\n"
  "                 nand-on-flash-bbt;\n"
  " \n"
- "                 partition@0 {\n"
+ "                 partition at 0 {\n"
  "                         label = \"U-Boot\";\n"
  "                         reg = <0 0x400000>;\n"
  "                 };\n"
- "                 partition@400000 {\n"
+ "                 partition at 400000 {\n"
  "                         label = \"Linux\";\n"
  "                         reg = <0x400000 0x400000>;\n"
  "                 };\n"
- "                 partition@800000 {\n"
+ "                 partition at 800000 {\n"
  "                         label = \"Filesystem\";\n"
  "                         reg = <0x800000 0x3f800000>;\n"
  "                 };\n"
@@ -326,4 +319,4 @@
  "\n"
  a+
 
-cfb4b5c35e1bcc5dfd3eed63b924a2af8b989b96dcffb16bdd47157b2bf21641
+edd6233bc60d77e008aba218defa57fcd75ea15db3b161cc13af93b0c28ae97b

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.