summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 18:00:29 -0600
committerQuinn Jensen <quinn.jensen@freescale.com>2007-05-24 18:00:29 -0600
commit7fff625cc362756913a263fdfa9342c606eda7cc (patch)
tree1c66e4dd7618c3809bda616e041cb4367dc10ea6 /include
parent48ab37bc4e99637589e33e0e266e792589cae8b2 (diff)
CR TLSbo89469: From RMK: Use PHYS_OFFSET & PAGE_OFFSET in assembly
Description: Get rid of PHYS_OFFSET_ASM and PAGE_OFFSET_ASM http://www.bitshrine.org/gpp/linux-2.6.19.2-mx-rid_offset_asm_macros.patch
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/arch-mxc/memory.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-arm/arch-mxc/memory.h b/include/asm-arm/arch-mxc/memory.h
index c17144f7cbbb..bdfb7b27403f 100644
--- a/include/asm-arm/arch-mxc/memory.h
+++ b/include/asm-arm/arch-mxc/memory.h
@@ -28,19 +28,6 @@
*/
/*!
- * Physical start address of the first bank of RAM
- */
-#if defined(PHYS_OFFSET)
-
-/*! This is needed for L2 Cache support */
-#define PHYS_OFFSET_ASM PHYS_OFFSET
-#define PAGE_OFFSET_ASM 0xC0000000
-
-#else
-#error "Define PHYS_OFFSET to the base of the physical memory's PA"
-#endif
-
-/*!
* Virtual view <-> DMA view memory address translations
* This macro is used to translate the virtual address to an address
* suitable to be passed to set_dma_addr()