From 85b0a1a544a11b962af5d1f8715b89b5e19e6f29 Mon Sep 17 00:00:00 2001
From: Gregory Nutt <gnutt@nuttx.org>
Date: Sun, 30 Mar 2014 11:34:18 -0600
Subject: [PATCH] Costmetic fixes to README and some comments

---
 configs/sama5d3-xplained/README.txt            | 6 ++++++
 configs/sama5d3-xplained/include/board_sdram.h | 2 +-
 configs/sama5d3x-ek/README.txt                 | 6 ++++++
 configs/sama5d3x-ek/include/board_sdram.h      | 2 +-
 4 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/configs/sama5d3-xplained/README.txt b/configs/sama5d3-xplained/README.txt
index 2ef0426f04..62c4a2ecfb 100644
--- a/configs/sama5d3-xplained/README.txt
+++ b/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/configs/sama5d3-xplained/include/board_sdram.h b/configs/sama5d3-xplained/include/board_sdram.h
index 28705d72af..61d25155b5 100644
--- a/configs/sama5d3-xplained/include/board_sdram.h
+++ b/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/configs/sama5d3x-ek/README.txt b/configs/sama5d3x-ek/README.txt
index 1069d4519a..5e6399fc1e 100644
--- a/configs/sama5d3x-ek/README.txt
+++ b/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/configs/sama5d3x-ek/include/board_sdram.h b/configs/sama5d3x-ek/include/board_sdram.h
index c870513f2e..f7e8b8015a 100644
--- a/configs/sama5d3x-ek/include/board_sdram.h
+++ b/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.
  */
-- 
GitLab