Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235834
b: refs/heads/master
c: 4b906e5
h: refs/heads/master
v: v3
  • Loading branch information
Sutharsan Ramamoorthy authored and Greg Kroah-Hartman committed Feb 4, 2011
1 parent 10f75f0 commit b672910
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90441bebbaa70d8ba114861319d92eaaa65cb425
refs/heads/master: 4b906e58a1f0a29ce1da4ed832cc6f17e5889772
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,8 @@ static int cy_as_hal_gpmc_init(void)
u32 tmp32;
int err;
struct gpmc_timings timings;
/*
* get GPMC i/o registers base(already been i/o mapped
* in kernel, no need for separate i/o remap)
*/
gpmc_base = phys_to_virt(OMAP34XX_GPMC_BASE);

gpmc_base = (u32)ioremap_nocache(OMAP34XX_GPMC_BASE, BLKSZ_4K);
DBGPRN(KERN_INFO "kernel has gpmc_base=%x , val@ the base=%x",
gpmc_base, __raw_readl(gpmc_base)
);
Expand Down

0 comments on commit b672910

Please sign in to comment.