remove obsolete line

This commit is contained in:
Stefan Lankes 2013-11-12 21:35:25 +01:00
parent 682936c57d
commit 12ad410764

View file

@ -8,7 +8,6 @@ SECTIONS
kernel_start = phys; kernel_start = phys;
.mboot phys : AT(ADDR(.mboot)) { .mboot phys : AT(ADDR(.mboot)) {
*(.mboot) *(.mboot)
*(.kmsg)
} }
.text ALIGN(4096) : AT(ADDR(.text)) { .text ALIGN(4096) : AT(ADDR(.text)) {
*(.text) *(.text)