]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/memory.h
arm: imx: hab: Define HAB_RVT_BASE according to the processor version
[u-boot] / arch / arm / include / asm / memory.h
index c3b2afd907761ddf73805f06cb783be319728830..6b460786e008638dfde3a77f095e0a18fe57b977 100644 (file)
@@ -14,7 +14,6 @@
 
 #if 0  /* XXX###XXX */
 
-#include <linux/config.h>
 #include <asm/arch/memory.h>
 
 /*
@@ -46,7 +45,7 @@ static inline void *phys_to_virt(unsigned long x)
 /*
  * Virtual <-> DMA view memory address translations
  * Again, these are *only* valid on the kernel direct mapped RAM
- * memory.  Use of these is *depreciated*.
+ * memory.  Use of these is *deprecated*.
  */
 #define virt_to_bus(x)         (__virt_to_bus((unsigned long)(x)))
 #define bus_to_virt(x)         ((void *)(__bus_to_virt((unsigned long)(x))))
@@ -128,7 +127,7 @@ static inline void *phys_to_virt(unsigned long x)
 #endif
 
 /*
- * We should really eliminate virt_to_bus() here - it's depreciated.
+ * We should really eliminate virt_to_bus() here - it's deprecated.
  */
 #define page_to_bus(page)      (virt_to_bus(page_address(page)))