summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-30 11:34:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-30 11:34:18 -0600
commit1272dfcdd4f1aaf5aca3066c130b17e160e6c82b (patch)
tree0059e1ef4197b13a962ba7d66b9369838289a70a
parent1e6a78c369b967faa7ca79646e75bdb7721ba71d (diff)
downloadnuttx-1272dfcdd4f1aaf5aca3066c130b17e160e6c82b.tar.gz
nuttx-1272dfcdd4f1aaf5aca3066c130b17e160e6c82b.tar.bz2
nuttx-1272dfcdd4f1aaf5aca3066c130b17e160e6c82b.zip
Costmetic fixes to README and some comments
-rw-r--r--nuttx/configs/sama5d3-xplained/README.txt6
-rw-r--r--nuttx/configs/sama5d3-xplained/include/board_sdram.h2
-rw-r--r--nuttx/configs/sama5d3x-ek/README.txt6
-rw-r--r--nuttx/configs/sama5d3x-ek/include/board_sdram.h2
4 files changed, 14 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3-xplained/README.txt b/nuttx/configs/sama5d3-xplained/README.txt
index 2ef0426f0..62c4a2ecf 100644
--- a/nuttx/configs/sama5d3-xplained/README.txt
+++ b/nuttx/configs/sama5d3-xplained/README.txt
@@ -327,6 +327,12 @@ Writing to FLASH using SAM-BA
Running NuttX from NAND FLASH
=============================
+ - Boot sequence
+ - NAND FLASH Memory Map
+ - Programming the AT91Boostrap Binary
+ - Programming U-Boot
+ - Load NuttX with U-Boot on AT91 boards
+
Boot sequence
-------------
diff --git a/nuttx/configs/sama5d3-xplained/include/board_sdram.h b/nuttx/configs/sama5d3-xplained/include/board_sdram.h
index 28705d72a..61d25155b 100644
--- a/nuttx/configs/sama5d3-xplained/include/board_sdram.h
+++ b/nuttx/configs/sama5d3-xplained/include/board_sdram.h
@@ -52,7 +52,7 @@
* booting from SDRAM, NuttX is loaded in SDRAM by an intermediate bootloader. That
* bootloader had to have already configured the PLL and SDRAM for proper operation.
*
- * In this case, we don not reconfigure the clocking. Rather, we need to query
+ * In this case, we do not reconfigure the clocking. Rather, we need to query
* the register settings to determine the clock frequencies. We can only assume that
* the Main clock source in the on-board 12MHz crystal.
*/
diff --git a/nuttx/configs/sama5d3x-ek/README.txt b/nuttx/configs/sama5d3x-ek/README.txt
index 1069d4519..5e6399fc1 100644
--- a/nuttx/configs/sama5d3x-ek/README.txt
+++ b/nuttx/configs/sama5d3x-ek/README.txt
@@ -448,6 +448,12 @@ Creating and Using NORBOOT
Running NuttX from NAND FLASH
=============================
+ - Boot sequence
+ - NAND FLASH Memory Map
+ - Programming the AT91Boostrap Binary
+ - Programming U-Boot
+ - Load NuttX with U-Boot on AT91 boards
+
Boot sequence
-------------
diff --git a/nuttx/configs/sama5d3x-ek/include/board_sdram.h b/nuttx/configs/sama5d3x-ek/include/board_sdram.h
index c870513f2..f7e8b8015 100644
--- a/nuttx/configs/sama5d3x-ek/include/board_sdram.h
+++ b/nuttx/configs/sama5d3x-ek/include/board_sdram.h
@@ -52,7 +52,7 @@
* booting from SDRAM, NuttX is loaded in SDRAM by an intermediate bootloader. That
* bootloader had to have already configured the PLL and SDRAM for proper operation.
*
- * In this case, we don not reconfigure the clocking. Rather, we need to query
+ * In this case, we do not reconfigure the clocking. Rather, we need to query
* the register settings to determine the clock frequencies. We can only assume that
* the Main clock source in the on-board 12MHz crystal.
*/