Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173530
b: refs/heads/master
c: 10f204e
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Greg Ungerer committed Dec 4, 2009
1 parent 356c5a4 commit c951f4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c23b6538d08c8da5e401b8d7c912b322e8ec9c26
refs/heads/master: 10f204e5ad4e0c72aa007c00cb76c1d5a577032d
6 changes: 3 additions & 3 deletions trunk/arch/m68knommu/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define TEXT ram
#define DATA ram
#define INIT ram
#define BSS ram
#define BSSS ram
#endif
#if defined(CONFIG_ROMKERNEL) || defined(CONFIG_HIMEMKERNEL)
#define RAM_START CONFIG_RAMBASE
Expand All @@ -27,7 +27,7 @@
#define TEXT rom
#define DATA ram
#define INIT ram
#define BSS ram
#define BSSS ram
#endif

#ifndef DATA_ADDR
Expand Down Expand Up @@ -192,7 +192,7 @@ SECTIONS {
. = ALIGN(4) ;
_ebss = . ;
_end = . ;
} > BSS
} > BSSS

DISCARDS
}
Expand Down

0 comments on commit c951f4f

Please sign in to comment.