aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2013-01-18 04:42:26 -0500
committerVineet Gupta <vgupta@synopsys.com>2013-02-15 12:46:14 -0500
commite97ff121ae61ba80e41b2cc3bd6dfe9886d22505 (patch)
treea73fd3b981577dc10eada961cd36fe525a1aa3ab /arch/arc/kernel
parent877768c84d6ca8f7dedafff0e44615a12e82f8f4 (diff)
ARC: [Review] Multi-platform image #4: Isolate platform headers
-Top level ARC makefile removes -I for platform headers -asm/irq.h no longer includes plat/irq.h -platform makefile adds -I for it's specfic platform headers -platform code to directly include it's plat/irq.h -Linker script needed plat/memmap.h for CCM info, already in .config Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Cc: Arnd Bergmann <arnd@arndb.de> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arc/kernel')
-rw-r--r--arch/arc/kernel/vmlinux.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/kernel/vmlinux.lds.S b/arch/arc/kernel/vmlinux.lds.S
index 622d8b665a68..d3c92f52d444 100644
--- a/arch/arc/kernel/vmlinux.lds.S
+++ b/arch/arc/kernel/vmlinux.lds.S
@@ -10,7 +10,6 @@
10#include <asm/cache.h> 10#include <asm/cache.h>
11#include <asm/page.h> 11#include <asm/page.h>
12#include <asm/thread_info.h> 12#include <asm/thread_info.h>
13#include <plat/memmap.h>
14 13
15OUTPUT_ARCH(arc) 14OUTPUT_ARCH(arc)
16ENTRY(_stext) 15ENTRY(_stext)