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

ARM: mvebu: move debug macros to include/debug

Move mvebu debug-macro.S over to common debug macro directory.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>

+10 -1
+8
arch/arm/Kconfig.debug
··· 261 261 Say Y here if you want the debug print routines to direct 262 262 their output to the serial port on MSM 8960 devices. 263 263 264 + config DEBUG_MVEBU_UART 265 + bool "Kernel low-level debugging messages via MVEBU UART" 266 + depends on ARCH_MVEBU 267 + help 268 + Say Y here if you want kernel low-level debugging support 269 + on MVEBU based platforms. 270 + 264 271 config DEBUG_REALVIEW_STD_PORT 265 272 bool "RealView Default UART" 266 273 depends on ARCH_REALVIEW ··· 384 377 string 385 378 default "debug/icedcc.S" if DEBUG_ICEDCC 386 379 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 380 + default "debug/mvebu.S" if DEBUG_MVEBU_UART 387 381 default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 388 382 DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 389 383 default "mach/debug-macro.S"
+2 -1
arch/arm/mach-mvebu/include/mach/debug-macro.S arch/arm/include/debug/mvebu.S
··· 11 11 * published by the Free Software Foundation. 12 12 */ 13 13 14 - #include <mach/armada-370-xp.h> 14 + #define ARMADA_370_XP_REGS_PHYS_BASE 0xd0000000 15 + #define ARMADA_370_XP_REGS_VIRT_BASE 0xfeb00000 15 16 16 17 .macro addruart, rp, rv, tmp 17 18 ldr \rp, =ARMADA_370_XP_REGS_PHYS_BASE