Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 8024/1: Keep DEBUG_UART_{PHYS,VIRT} entries sorted

This patch sorts the entries for DEBUG_UART_{PHYS,VIRT}.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Alexander Shiyan and committed by
Russell King
c39e1ef7 c9eaa447

+6 -6
+6 -6
arch/arm/Kconfig.debug
··· 1030 1030 default 0x40100000 if DEBUG_PXA_UART1 1031 1031 default 0x42000000 if ARCH_GEMINI 1032 1032 default 0x7c0003f8 if FOOTBRIDGE 1033 - default 0x80230000 if DEBUG_PICOXCELL_UART 1034 1033 default 0x80070000 if DEBUG_IMX23_UART 1035 1034 default 0x80074000 if DEBUG_IMX28_UART 1035 + default 0x80230000 if DEBUG_PICOXCELL_UART 1036 1036 default 0x808c0000 if ARCH_EP93XX 1037 1037 default 0x90020000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART 1038 1038 default 0xb0090000 if DEBUG_VEXPRESS_UART0_CRX ··· 1096 1096 default 0xfeb26000 if DEBUG_RK3X_UART1 1097 1097 default 0xfeb30c00 if DEBUG_KEYSTONE_UART0 1098 1098 default 0xfeb31000 if DEBUG_KEYSTONE_UART1 1099 - default 0xfec12000 if DEBUG_MVEBU_UART || DEBUG_MVEBU_UART_ALTERNATE 1100 - default 0xfed60000 if DEBUG_RK29_UART0 1101 - default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2 1102 - default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3 1103 1099 default 0xfec02000 if DEBUG_SOCFPGA_UART 1100 + default 0xfec12000 if DEBUG_MVEBU_UART || DEBUG_MVEBU_UART_ALTERNATE 1104 1101 default 0xfec20000 if DEBUG_DAVINCI_DMx_UART0 1105 1102 default 0xfed0c000 if DEBUG_DAVINCI_DA8XX_UART1 1106 1103 default 0xfed0d000 if DEBUG_DAVINCI_DA8XX_UART2 1107 1104 default 0xfed12000 if ARCH_KIRKWOOD 1105 + default 0xfed60000 if DEBUG_RK29_UART0 1106 + default 0xfed64000 if DEBUG_RK29_UART1 || DEBUG_RK3X_UART2 1107 + default 0xfed68000 if DEBUG_RK29_UART2 || DEBUG_RK3X_UART3 1108 1108 default 0xfedc0000 if ARCH_EP93XX 1109 1109 default 0xfee003f8 if FOOTBRIDGE 1110 1110 default 0xfee20000 if DEBUG_NSPIRE_CLASSIC_UART || DEBUG_NSPIRE_CX_UART 1111 - default 0xfef36000 if DEBUG_HIGHBANK_UART 1112 1111 default 0xfee82340 if ARCH_IOP13XX 1113 1112 default 0xfef00000 if ARCH_IXP4XX && !CPU_BIG_ENDIAN 1114 1113 default 0xfef00003 if ARCH_IXP4XX && CPU_BIG_ENDIAN 1114 + default 0xfef36000 if DEBUG_HIGHBANK_UART 1115 1115 default 0xfefff700 if ARCH_IOP33X 1116 1116 default 0xff003000 if DEBUG_U300_UART 1117 1117 default DEBUG_UART_PHYS if !MMU