diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 02:00:47 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-09-25 02:00:47 +0200 |
commit | fe7eb5d88bd593a35a13a0a84997ab6c41397bac (patch) | |
tree | dd5040f7031de8efb5f562f826b3ee8f0d929158 /board/omap2420h4 | |
parent | 74f4304ee717d0f4b3a27e7fd4a64944749b8783 (diff) | |
download | bootable_bootloader_goldelico_gta04-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.zip bootable_bootloader_goldelico_gta04-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.gz bootable_bootloader_goldelico_gta04-fe7eb5d88bd593a35a13a0a84997ab6c41397bac.tar.bz2 |
Cleanup
Diffstat (limited to 'board/omap2420h4')
-rw-r--r-- | board/omap2420h4/omap2420h4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/omap2420h4/omap2420h4.c b/board/omap2420h4/omap2420h4.c index a654395..219bcf4 100644 --- a/board/omap2420h4/omap2420h4.c +++ b/board/omap2420h4/omap2420h4.c @@ -122,7 +122,7 @@ int misc_init_r (void) void watchdog_init(void) { /* There are 4 watch dogs. 1 secure, and 3 general purpose. - * The ROM takes care of the secure one. Of the 3 GP ones, + * The ROM takes care of the secure one. Of the 3 GP ones, * 1 can reset us directly, the other 2 only generate MPU interrupts. */ __raw_writel(WD_UNLOCK1 ,WD2_BASE+WSPR); |