[rtems commit] lm32_evr/include/bsp.h: Remove definition of BSP_DIRTY_MEMORY to eliminate warning
Joel Sherrill
joel at rtems.org
Fri Mar 16 13:38:37 UTC 2018
Module: rtems
Branch: master
Commit: 8ce93dc9fe7bc2d63723aabe27f9e5ceeb803c50
Changeset: http://git.rtems.org/rtems/commit/?id=8ce93dc9fe7bc2d63723aabe27f9e5ceeb803c50
Author: Joel Sherrill <joel at rtems.org>
Date: Thu Mar 15 09:42:10 2018 -0500
lm32_evr/include/bsp.h: Remove definition of BSP_DIRTY_MEMORY to eliminate warning
---
bsps/lm32/lm32_evr/include/bsp.h | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/bsps/lm32/lm32_evr/include/bsp.h b/bsps/lm32/lm32_evr/include/bsp.h
index 7c3ac84..4f6c9ee 100644
--- a/bsps/lm32/lm32_evr/include/bsp.h
+++ b/bsps/lm32/lm32_evr/include/bsp.h
@@ -39,12 +39,10 @@
extern "C" {
#endif
-#define BSP_DIRTY_MEMORY 1
-
- /*
- * lm32 requires certain aligment of mbuf because unaligned uint32_t
- * accesses are not handled properly.
- */
+/*
+ * lm32 requires certain aligment of mbuf because unaligned uint32_t
+ * accesses are not handled properly.
+ */
#define CPU_U32_FIX
More information about the vc
mailing list