diff options
Diffstat (limited to 'include/asm-avr32')
-rw-r--r-- | include/asm-avr32/arch-at32ap/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-avr32/arch-at32ap/cpu.h b/include/asm-avr32/arch-at32ap/cpu.h index 2bdc5bd6f793..a762f42cbb71 100644 --- a/include/asm-avr32/arch-at32ap/cpu.h +++ b/include/asm-avr32/arch-at32ap/cpu.h @@ -29,5 +29,6 @@ #define cpu_is_at91sam9260() (0) #define cpu_is_at91sam9261() (0) #define cpu_is_at91sam9263() (0) +#define cpu_is_at91sam9rl() (0) #endif /* __ASM_ARCH_CPU_H */ |