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

ARM: vexpress: move debug macros to include/debug

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

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>

+2
+2
arch/arm/Kconfig.debug
··· 377 377 string 378 378 default "debug/icedcc.S" if DEBUG_ICEDCC 379 379 default "debug/highbank.S" if DEBUG_HIGHBANK_UART 380 + default "debug/vexpress.S" if DEBUG_VEXPRESS_UART0_DETECT || \ 381 + DEBUG_VEXPRESS_UART0_CA9 || DEBUG_VEXPRESS_UART0_RS1 380 382 default "mach/debug-macro.S" 381 383 382 384 config EARLY_PRINTK
arch/arm/mach-vexpress/include/mach/debug-macro.S arch/arm/include/debug/vexpress.S