[PATCH 05/12] lm32_evr/include/bsp.h: Remove definition of BSP_DIRTY_MEMORY to eliminate warning
Joel Sherrill
joel at rtems.org
Thu Mar 15 22:35:54 UTC 2018
---
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
--
1.8.3.1
More information about the devel
mailing list