summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-30 07:40:10 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-30 07:40:10 -0600
commit62ef3f61012a5ea4b5facd8fac1618ac35ece197 (patch)
tree731af01c9410efb4549b648b46e6085cef2097fe /nuttx
parentdff945d9aaf5c67b7692e530ed53ea4c1ea86018 (diff)
downloadnuttx-62ef3f61012a5ea4b5facd8fac1618ac35ece197.tar.gz
nuttx-62ef3f61012a5ea4b5facd8fac1618ac35ece197.tar.bz2
nuttx-62ef3f61012a5ea4b5facd8fac1618ac35ece197.zip
SAMA5: Oops. Upper case in include does not match lower case of filename.
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/configs/sama5d3x-ek/include/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/include/board.h b/nuttx/configs/sama5d3x-ek/include/board.h
index 5e6c20746..d424569c6 100644
--- a/nuttx/configs/sama5d3x-ek/include/board.h
+++ b/nuttx/configs/sama5d3x-ek/include/board.h
@@ -58,7 +58,7 @@
* In this configuration, UPLL is the source of the UHPHS clock (if enabled).
*/
-# include <arch/board/board_396MHz.h>
+# include <arch/board/board_396mhz.h>
#else
/* OHCI Only. This is an alternative slower configuration that will produce a 48MHz
@@ -67,7 +67,7 @@
* results in a CPU clock of 384MHz.
*/
-# include <arch/board/board_384MHz.h>
+# include <arch/board/board_384mhz.h>
#endif