From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@arm.linux.org.uk (Russell King - ARM Linux) Date: Sat, 16 Jan 2010 09:35:55 +0000 Subject: [PATCH 2/4] omap: Make uncompress code and DEBUG_LL code generic In-Reply-To: <20100116013515.10065.30649.stgit@baageli.muru.com> References: <20100116013205.10065.95921.stgit@baageli.muru.com> <20100116013515.10065.30649.stgit@baageli.muru.com> Message-ID: <20100116093555.GA13596@n2100.arm.linux.org.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jan 15, 2010 at 05:35:15PM -0800, Tony Lindgren wrote: > diff --git a/arch/arm/mach-omap1/include/mach/debug-macro.S b/arch/arm/mach-omap1/include/mach/debug-macro.S > index 23e4724..0174858 100644 > --- a/arch/arm/mach-omap1/include/mach/debug-macro.S > +++ b/arch/arm/mach-omap1/include/mach/debug-macro.S > @@ -15,18 +15,71 @@ > > #include > > +omap_uart_phys: .word 0x0 > +omap_uart_virt: .word 0x0 I assume that you have no plans for XIP kernel support on OMAP, since these will be placed in the .text section, and is therefore read-only on XIP kernels.