Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
3df5d2d1
Commit
3df5d2d1
authored
Mar 16, 2003
by
Greg Ungerer
Committed by
Linus Torvalds
Mar 16, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] add support to m68knommu linker script for console init section
Also fix some spelling.
parent
27a5d973
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
arch/m68knommu/vmlinux.lds.S
arch/m68knommu/vmlinux.lds.S
+4
-1
No files found.
arch/m68knommu/vmlinux.lds.S
View file @
3df5d2d1
...
...
@@ -126,7 +126,7 @@
/*
*
The
standard
Arnewsh
5206
board
only
has
1
MiB
of
ram
.
Not
normally
*
enough
to
be
useful
l
.
Assume
the
user
has
fitted
something
larger
,
*
enough
to
be
useful
.
Assume
the
user
has
fitted
something
larger
,
*
at
least
4
MiB
in
size
.
No
point
in
not
letting
the
kernel
completely
*
link
,
it
will
be
obvious
if
it
is
too
big
when
they
go
to
load
it
.
*/
...
...
@@ -300,6 +300,9 @@ SECTIONS {
*(.
initcall6.init
)
*(.
initcall7.init
)
__initcall_end
=
.
;
__con_initcall_start
=
.
;
*(.
con_initcall
.
init
)
__con_initcall_end
=
.
;
.
=
ALIGN
(
4
)
;
__initramfs_start
=
.
;
*(.
init.ramfs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment