remove obsolete line
This commit is contained in:
parent
682936c57d
commit
12ad410764
1 changed files with 0 additions and 1 deletions
1
link.ld
1
link.ld
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue