Stephen Boyd b4ad51559c ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition moving
During the p2v changes, the PHYS_OFFSET #define moved into a
!__ASSEMBLY__ section. This causes a XIP build to fail with

 arch/arm/kernel/head.o: In function 'stext':
 arch/arm/kernel/head.S:146: undefined reference to 'PHYS_OFFSET'

Momentarily leave the #ifndef __ASSEMBLY__ section so we can
define PHYS_OFFSET for all compilation units.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2012-09-07 20:36:04 +01:00
..
2012-07-23 16:08:40 -07:00
2012-08-07 11:22:14 +02:00
2012-07-20 14:01:51 +02:00
2012-08-02 10:15:59 -07:00
2012-08-04 22:52:23 +08:00
2012-06-20 14:39:36 -07:00
2012-08-02 11:48:20 -07:00