Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279994
b: refs/heads/master
c: d9eedaf
h: refs/heads/master
v: v3
  • Loading branch information
Russell King committed Jan 5, 2012
1 parent 37e736b commit ea8b3a8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 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: fe76daea9ede24f9f53cb847563c2fa7a50cedf2
refs/heads/master: d9eedaf329a28a20a4b0f18fed2beb40be10a406
16 changes: 0 additions & 16 deletions trunk/arch/arm/plat-samsung/include/plat/reset.h

This file was deleted.

11 changes: 0 additions & 11 deletions trunk/arch/arm/plat-samsung/include/plat/system-reset.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,7 @@

#include <plat/watchdog-reset.h>

void (*s5p_reset_hook)(void);

static void arch_reset(char mode, const char *cmd)
{
/* SWRESET support in s5p_reset_hook() */

if (s5p_reset_hook)
s5p_reset_hook();

/* Perform reset using Watchdog reset
* if there is no s5p_reset_hook()
*/

arch_wdt_reset();
}

0 comments on commit ea8b3a8

Please sign in to comment.