Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322645
b: refs/heads/master
c: 528c28f
h: refs/heads/master
i:
  322643: 704dab3
v: v3
  • Loading branch information
Aaro Koskinen authored and Tony Lindgren committed Aug 30, 2012
1 parent 77f4ccb commit 8eb1b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 45caae74d238ef6583e9402cb8c550cc0b0f7dbd
refs/heads/master: 528c28f5c1cd435c45515b323919205c95342331
2 changes: 2 additions & 0 deletions trunk/arch/arm/plat-omap/sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ static void __init omap_map_sram(void)
return;

#ifdef CONFIG_OMAP4_ERRATA_I688
if (cpu_is_omap44xx()) {
omap_sram_start += PAGE_SIZE;
omap_sram_size -= SZ_16K;
}
#endif
if (cpu_is_omap34xx()) {
/*
Expand Down

0 comments on commit 8eb1b59

Please sign in to comment.