~ubuntu-branches/ubuntu/saucy/u-boot/saucy

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/arch-at91/at91_wdt.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2011-07-24 09:35:32 UTC
  • mfrom: (16.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110724093532-8gkkvtczkjagf4gv
Tags: 2011.06-3
Add DreamPlug support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#ifdef __ASSEMBLY__
21
21
 
22
 
#define AT91_ASM_WDT_MR (AT91_WDT_BASE +  0x04)
 
22
#define AT91_ASM_WDT_MR (ATMEL_BASE_WDT +  0x04)
23
23
 
24
24
#else
25
25