Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226567
b: refs/heads/master
c: f7dfe3d
h: refs/heads/master
i:
  226565: c5badce
  226563: 7f25666
  226559: 8adc915
v: v3
  • Loading branch information
Jean Pihet authored and Kevin Hilman committed Dec 21, 2010
1 parent 74592b7 commit 6436234
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 133 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: 1e81bc015a444e0f908451642b0197199d0c6fa4
refs/heads/master: f7dfe3d8a98b7c4869c09826e3a65663cb9c71be
9 changes: 8 additions & 1 deletion trunk/arch/arm/mach-omap2/control.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,14 @@ void omap3_save_scratchpad_contents(void)
struct omap3_scratchpad_prcm_block prcm_block_contents;
struct omap3_scratchpad_sdrc_block sdrc_block_contents;

/* Populate the Scratchpad contents */
/*
* Populate the Scratchpad contents
*
* The "get_*restore_pointer" functions are used to provide a
* physical restore address where the ROM code jumps while waking
* up from MPU OFF/OSWR state.
* The restore pointer is stored into the scratchpad.
*/
scratchpad_contents.boot_config_ptr = 0x0;
if (cpu_is_omap3630())
scratchpad_contents.public_restore_ptr =
Expand Down
Loading

0 comments on commit 6436234

Please sign in to comment.