[rtems commit] flashdisk01: Honor BSP_SMALL_MEMORY

Joel Sherrill joel at rtems.org
Tue Apr 22 20:04:23 UTC 2014


Module:    rtems
Branch:    master
Commit:    faa4e4c08d29320e65b12048193c8bbb4d08281d
Changeset: http://git.rtems.org/rtems/commit/?id=faa4e4c08d29320e65b12048193c8bbb4d08281d

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Mon Apr 21 09:08:34 2014 -0500

flashdisk01: Honor BSP_SMALL_MEMORY

---

 testsuites/libtests/flashdisk01/init.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/libtests/flashdisk01/init.c b/testsuites/libtests/flashdisk01/init.c
index 972489b..a5053d3 100644
--- a/testsuites/libtests/flashdisk01/init.c
+++ b/testsuites/libtests/flashdisk01/init.c
@@ -18,6 +18,8 @@
 
 #include "tmacros.h"
 
+const char rtems_test_name[] = "FLASHDISK 1";
+
 #if !BSP_SMALL_MEMORY
 
 #include <sys/stat.h>
@@ -34,8 +36,6 @@
 
 #include "test-file-system.h"
 
-const char rtems_test_name[] = "FLASHDISK 1";
-
 /* forward declarations to avoid warnings */
 static rtems_task Init(rtems_task_argument argument);
 




More information about the vc mailing list