summaryrefslogtreecommitdiff
path: root/nuttx/configs/mx1ads/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mx1ads/README.txt')
-rw-r--r--nuttx/configs/mx1ads/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mx1ads/README.txt b/nuttx/configs/mx1ads/README.txt
index 59e98c7ba..aa1df0102 100644
--- a/nuttx/configs/mx1ads/README.txt
+++ b/nuttx/configs/mx1ads/README.txt
@@ -5,7 +5,7 @@ Toolchain
^^^^^^^^^
A GNU GCC-based toolchain is assumed. The files */setenv.sh should
- be modified to point to the correct path to the SH toolchain (if
+ be modified to point to the correct path to the ARM920T GCC toolchain (if
different from the default).
If you have no ARM toolchain, one can be downloaded from the NuttX
@@ -22,7 +22,7 @@ Toolchain
4. cd <some-dir>/buildroot
- 5. cp configs/arm-defconfig-4.2.4 .config
+ 5. cp configs/arm920t-defconfig-4.2.4 .config
6. make oldconfig