- implemented video mode setting with the property tags, and once again it only
[rpikern] / src / mem.h
index 8285c05..d2961e2 100644 (file)
--- a/src/mem.h
+++ b/src/mem.h
@@ -1,7 +1,4 @@
 #ifndef MEM_H_
 #define MEM_H_
 
-#define MEM_BUS_COHERENT(addr) (((uint32_t)addr) | 0x40000000)
-#define MEM_BUS_UNCACHED(addr) (((uint32_t)addr) | 0xc0000000)
-
 #endif /* MEM_H_ */