diff options
Diffstat (limited to 'arch/c6x/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/c6x/kernel/vmlinux.lds.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/c6x/kernel/vmlinux.lds.S b/arch/c6x/kernel/vmlinux.lds.S index 279d80725128..5a6e141d1641 100644 --- a/arch/c6x/kernel/vmlinux.lds.S +++ b/arch/c6x/kernel/vmlinux.lds.S | |||
@@ -37,12 +37,6 @@ SECTIONS | |||
37 | _vectors_end = .; | 37 | _vectors_end = .; |
38 | } | 38 | } |
39 | 39 | ||
40 | . = ALIGN(0x1000); | ||
41 | .cmdline : | ||
42 | { | ||
43 | *(.cmdline) | ||
44 | } | ||
45 | |||
46 | /* | 40 | /* |
47 | * This section contains data which may be shared with other | 41 | * This section contains data which may be shared with other |
48 | * cores. It needs to be a fixed offset from PAGE_OFFSET | 42 | * cores. It needs to be a fixed offset from PAGE_OFFSET |