summaryrefslogtreecommitdiff
path: root/nuttx/configs/sama5d3x-ek/src/sam_at24.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-30 07:26:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-30 07:26:38 -0600
commitb70dfa42592a9e8bd552975f5474248109acb44d (patch)
tree5f0ce0acf0d1a32f431ccd6c9eb3bc91c483cf07 /nuttx/configs/sama5d3x-ek/src/sam_at24.c
parent262f41933b986aa38737ca9bff1bcf08d46f517d (diff)
downloadpx4-nuttx-b70dfa42592a9e8bd552975f5474248109acb44d.tar.gz
px4-nuttx-b70dfa42592a9e8bd552975f5474248109acb44d.tar.bz2
px4-nuttx-b70dfa42592a9e8bd552975f5474248109acb44d.zip
SAMA5D3x-EK: Change name of all board-specific configuration variables so that there are no collisions with names of similar variables for other boards
Diffstat (limited to 'nuttx/configs/sama5d3x-ek/src/sam_at24.c')
-rw-r--r--nuttx/configs/sama5d3x-ek/src/sam_at24.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/sama5d3x-ek/src/sam_at24.c b/nuttx/configs/sama5d3x-ek/src/sam_at24.c
index fe1722f07..a87a61908 100644
--- a/nuttx/configs/sama5d3x-ek/src/sam_at24.c
+++ b/nuttx/configs/sama5d3x-ek/src/sam_at24.c
@@ -120,7 +120,7 @@ int sam_at24_automount(int minor)
return -ENODEV;
}
-#if defined(CONFIG_SAMA5_AT24_FTL)
+#if defined(CONFIG_SAMA5D3xEK_AT24_FTL)
/* And finally, use the FTL layer to wrap the MTD driver as a block driver */
fvdbg("Initialize the FTL layer to create /dev/mtdblock%d\n", AT24_MINOR);
@@ -131,7 +131,7 @@ int sam_at24_automount(int minor)
return ret;
}
-#elif defined(CONFIG_SAMA5_AT24_NXFFS)
+#elif defined(CONFIG_SAMA5D3xEK_AT24_NXFFS)
/* Initialize to provide NXFFS on the MTD interface */
fvdbg("Initialize the NXFFS file system\n");