arm: mmu: remove duplicate definitions for MMU flags

The arm/mmu.h header already has these flags.
diff --git a/arch/arm/mmu.c b/arch/arm/mmu.c
index 8109e39..36c2bef 100644
--- a/arch/arm/mmu.c
+++ b/arch/arm/mmu.c
@@ -42,10 +42,6 @@
 static uint32_t tt[4096] __ALIGNED(16384);
 #endif
 
-#define MMU_FLAG_CACHED 0x1
-#define MMU_FLAG_BUFFERED 0x2
-#define MMU_FLAG_READWRITE 0x4
-
 void arm_mmu_map_section(addr_t paddr, addr_t vaddr, uint flags)
 {
 	int index;