aboutsummaryrefslogtreecommitdiff
path: root/board/st-ericsson/u8500/u8500_href.c
diff options
context:
space:
mode:
authorMathieu J. Poirier <mathieu.poirier@linaro.org>2012-07-31 08:59:25 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:19 +0200
commit9652de7c488c4915c91626b71fa553d3ed13da47 (patch)
tree7b2df3cf96717fdc8c2938bb228b683f9a8f9136 /board/st-ericsson/u8500/u8500_href.c
parent42cb8fb6cb2c869229b0158e3c86c50fb242d6aa (diff)
snowball: Adding architecture dependent initialisation
Enabling timers and clocks in PRCMU and cleaning up mailbox. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'board/st-ericsson/u8500/u8500_href.c')
-rw-r--r--board/st-ericsson/u8500/u8500_href.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/st-ericsson/u8500/u8500_href.c b/board/st-ericsson/u8500/u8500_href.c
index 6e3fc87bc..b4b875162 100644
--- a/board/st-ericsson/u8500/u8500_href.c
+++ b/board/st-ericsson/u8500/u8500_href.c
@@ -26,8 +26,8 @@
#include <asm/arch/gpio.h>
#include <asm/arch/hardware.h>
#include <asm/arch/sys_proto.h>
-#ifdef CONFIG_MMC
#include <asm/arch/prcmu.h>
+#ifdef CONFIG_MMC
#include "../../../drivers/mmc/arm_pl180_mmci.h"
#endif
@@ -42,7 +42,6 @@
* SGA: Smart Graphic accelerator
* B2R2: Graphic blitter
*/
-#define PRCMU_BASE CFG_PRCMU_BASE /* 0x80157000 for U8500 */
#define PRCM_ARMCLKFIX_MGT_REG (PRCMU_BASE + 0x000)
#define PRCM_ACLK_MGT_REG (PRCMU_BASE + 0x004)
#define PRCM_SVAMMDSPCLK_MGT_REG (PRCMU_BASE + 0x008)