Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302999
b: refs/heads/master
c: 7cc0442
h: refs/heads/master
i:
  302997: 5977ef7
  302995: 0312fbb
  302991: 1c16192
v: v3
  • Loading branch information
Paul Walmsley committed Apr 13, 2012
1 parent 03f74e0 commit cb21d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a7022d600df1396cba23637b77b352d27d77b284
refs/heads/master: 7cc0442cf2c2cc0efd117051d20e531f7cb2d604
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-omap/sram.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ static void __init omap_map_sram(void)
* Looks like we need to preserve some bootloader code at the
* beginning of SRAM for jumping to flash for reboot to work...
*/
memset((void *)omap_sram_base + SRAM_BOOTLOADER_SZ, 0,
omap_sram_size - SRAM_BOOTLOADER_SZ);
memset_io(omap_sram_base + SRAM_BOOTLOADER_SZ, 0,
omap_sram_size - SRAM_BOOTLOADER_SZ);
}

/*
Expand Down

0 comments on commit cb21d25

Please sign in to comment.