Skip to content

Commit 6dd678e

Browse files
Bo ShenNicolas Ferre
authored andcommitted
ARM: at91: sam9n12: enable kernel uncompress info output
The sam9n12 use the same array usart as sam9x5, add it which will enable output kernel uncompress info: ---8>--- Uncompressing Linux... done, booting the kernel. ---<8--- Signed-off-by: Bo Shen <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]>
1 parent acbece3 commit 6dd678e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-at91/include/mach/uncompress.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ static inline const u32* decomp_soc_detect(void __iomem *dbgu_base)
130130
case ARCH_ID_AT91SAM9RL64:
131131
return uarts_sam9rl;
132132

133+
case ARCH_ID_AT91SAM9N12:
133134
case ARCH_ID_AT91SAM9X5:
134135
return uarts_sam9x5;
135136

0 commit comments

Comments
 (0)