summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-20 08:46:52 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-20 08:46:52 -0600
commit412d08e499e60155f5a0414fc8a12c85f68c49c8 (patch)
tree020778990169f04bd7cf8fdab793b7e2590a17db
parent8611cfd2f7216852b848aab48702bb0e10d2ef52 (diff)
downloadpx4-nuttx-412d08e499e60155f5a0414fc8a12c85f68c49c8.tar.gz
px4-nuttx-412d08e499e60155f5a0414fc8a12c85f68c49c8.tar.bz2
px4-nuttx-412d08e499e60155f5a0414fc8a12c85f68c49c8.zip
SAMA5 norboot configuration updates
-rw-r--r--nuttx/configs/sama5d3x-ek/src/nor_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/sama5d3x-ek/src/nor_main.c b/nuttx/configs/sama5d3x-ek/src/nor_main.c
index 472086d9e..55e6c3851 100644
--- a/nuttx/configs/sama5d3x-ek/src/nor_main.c
+++ b/nuttx/configs/sama5d3x-ek/src/nor_main.c
@@ -175,7 +175,7 @@ int nor_main(int argc, char *argv)
cp15_invalidate_dcache_all();
cp15_invalidate_tlbs();
-#ifdef SAMA5_NOR_START
+#ifdef CONFIG_SAMA5_NOR_START
/* Then jump into NOR flash */
#if 0 /* Trying to printf() in this state is fatal */