diff options
-rw-r--r-- | arch/arm/mach-at91/include/mach/uncompress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/uncompress.h b/arch/arm/mach-at91/include/mach/uncompress.h index fe097e6f839c..4bb644f8e87c 100644 --- a/arch/arm/mach-at91/include/mach/uncompress.h +++ b/arch/arm/mach-at91/include/mach/uncompress.h | |||
@@ -130,6 +130,7 @@ static inline const u32* decomp_soc_detect(void __iomem *dbgu_base) | |||
130 | case ARCH_ID_AT91SAM9RL64: | 130 | case ARCH_ID_AT91SAM9RL64: |
131 | return uarts_sam9rl; | 131 | return uarts_sam9rl; |
132 | 132 | ||
133 | case ARCH_ID_AT91SAM9N12: | ||
133 | case ARCH_ID_AT91SAM9X5: | 134 | case ARCH_ID_AT91SAM9X5: |
134 | return uarts_sam9x5; | 135 | return uarts_sam9x5; |
135 | 136 | ||