]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - README
* Use 1-byte-read instead of -write for iprobe() function
[people/ms/u-boot.git] / README
diff --git a/README b/README
index 2287f14ac68fcc42bf6a0763d42ddaa21a145559..05f8b1f71109aa7235e8c96adebaa5aac183ae4d 100644 (file)
--- a/README
+++ b/README
@@ -2633,7 +2633,7 @@ U-Boot Porting Guide:
 ----------------------
 
 [Based on messages by Jerry Van Baren in the U-Boot-Users mailing
-list, Octover 2002]
+list, October 2002]
 
 
 int main (int argc, char *argv[])
@@ -2650,6 +2650,8 @@ int main (int argc, char *argv[])
 
        Download latest U-Boot source;
 
+       Subscribe to u-boot-users mailing list;
+
        if (clueless) {
                email ("Hi, I am new to U-Boot, how do I get started?");
        }
@@ -2668,6 +2670,8 @@ int main (int argc, char *argv[])
 
        Create your own board support subdirectory;
 
+       Create your own board config file;
+
        while (!running) {
                do {
                        Add / modify source code;