summaryrefslogtreecommitdiff
path: root/nuttx/configs/sam3u-ek/src/up_mmcsd.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-02 10:33:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-02 10:33:57 -0600
commit872bef7d41462d36b81ddc8de82a2cde18eaf096 (patch)
treedcc012bbbf92ca5ffa9cf99208d17e6b7eb5fa59 /nuttx/configs/sam3u-ek/src/up_mmcsd.c
parentb81b86e1f8c8a4aa0e3d85df8148152268f74260 (diff)
downloadpx4-nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.tar.gz
px4-nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.tar.bz2
px4-nuttx-872bef7d41462d36b81ddc8de82a2cde18eaf096.zip
Move SAM3U header files to arch/arm/src/sam3u/chip. Some renaming of SAM3U to SAM to ssupport SAM4. Convert all configs/sam3u-ek configurations to use the kconfig-frontends tool
Diffstat (limited to 'nuttx/configs/sam3u-ek/src/up_mmcsd.c')
-rw-r--r--nuttx/configs/sam3u-ek/src/up_mmcsd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/sam3u-ek/src/up_mmcsd.c b/nuttx/configs/sam3u-ek/src/up_mmcsd.c
index bfa4ce4a7..0ea8b9207 100644
--- a/nuttx/configs/sam3u-ek/src/up_mmcsd.c
+++ b/nuttx/configs/sam3u-ek/src/up_mmcsd.c
@@ -2,7 +2,7 @@
* configs/sam3u-ek/src/up_mmcsd.c
* arch/arm/src/board/up_mmcsd.c
*
- * Copyright (C) 2010 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2010, 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -46,7 +46,7 @@
#include "sam3u_internal.h"
#include "sam3uek_internal.h"
-#ifdef CONFIG_SAM3U_HSMCI
+#ifdef CONFIG_SAM34_HSMCI
/************************************************************************************
* Definitions
@@ -136,4 +136,4 @@ bool sam3u_writeprotected(unsigned char slot)
return false;
}
-#endif /* CONFIG_SAM3U_HSMCI */
+#endif /* CONFIG_SAM34_HSMCI */