aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-u300/include/mach/memory.h
blob: 02bd832f063e5bc231eadc760751b819840411f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *
 * arch/arm/mach-u300/include/mach/memory.h
 *
 *
 * Copyright (C) 2007-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 * Memory virtual/physical mapping constants.
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 * Author: Jonas Aaberg <jonas.aberg@stericsson.com>
 */

#ifndef __MACH_MEMORY_H
#define __MACH_MEMORY_H

#define PLAT_PHYS_OFFSET	UL(0x48000000)
#define BOOT_PARAMS_OFFSET	(PLAT_PHYS_OFFSET + 0x100)

/*
 * We enable a real big DMA buffer if need be.
 */
#define CONSISTENT_DMA_SIZE SZ_4M

#endif