summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*/