diff options
Diffstat (limited to 'include/asm-arm/arch-ebsa285/memory.h')
-rw-r--r-- | include/asm-arm/arch-ebsa285/memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ebsa285/memory.h b/include/asm-arm/arch-ebsa285/memory.h index 25e720489..14ba9d4fd 100644 --- a/include/asm-arm/arch-ebsa285/memory.h +++ b/include/asm-arm/arch-ebsa285/memory.h @@ -29,6 +29,7 @@ * Page offset: 3GB */ #define PAGE_OFFSET (0xc0000000UL) +#define PHYS_OFFSET (0x00000000UL) #define __virt_to_bus__is_a_macro #define __virt_to_bus(x) ((x) - 0xe0000000) @@ -49,6 +50,7 @@ * Page offset: 1.5GB */ #define PAGE_OFFSET (0x60000000UL) +#define PHYS_OFFSET (0x00000000UL) #else |