diff options
author | Mathieu J. Poirier <mathieu.poirier@linaro.org> | 2012-07-31 08:59:25 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:19 +0200 |
commit | 9652de7c488c4915c91626b71fa553d3ed13da47 (patch) | |
tree | 7b2df3cf96717fdc8c2938bb228b683f9a8f9136 /board/st-ericsson | |
parent | 42cb8fb6cb2c869229b0158e3c86c50fb242d6aa (diff) | |
download | u-boot-imx-9652de7c488c4915c91626b71fa553d3ed13da47.zip u-boot-imx-9652de7c488c4915c91626b71fa553d3ed13da47.tar.gz u-boot-imx-9652de7c488c4915c91626b71fa553d3ed13da47.tar.bz2 |
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')
-rw-r--r-- | board/st-ericsson/u8500/u8500_href.c | 3 |
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 6e3fc87..b4b8751 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) |