Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228981
b: refs/heads/master
c: 8cb473d
h: refs/heads/master
i:
  228979: c8e74a5
v: v3
  • Loading branch information
Michal Simek committed Nov 18, 2010
1 parent 66aa8e2 commit 7b4af6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 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: 473ff6609c0778c5939164c5c57676b74164be71
refs/heads/master: 8cb473da3fe634fb30c1e5be8840b00f499103a8
16 changes: 3 additions & 13 deletions trunk/arch/microblaze/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,10 @@ SECTIONS {

__init_end_before_initramfs = .;

.init.ramfs ALIGN(PAGE_SIZE) : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
__initramfs_start = .;
*(.init.ramfs)
__initramfs_end = .;
. = ALIGN(4);
LONG(0);
/*
* FIXME this can break initramfs for MMU.
* Pad init.ramfs up to page boundary,
* so that __init_end == __bss_start. This will make image.elf
* consistent with the image.bin
*/
/* . = ALIGN(PAGE_SIZE); */
.init.ramfs : AT(ADDR(.init.ramfs) - LOAD_OFFSET) {
INIT_RAM_FS
}

__init_end = .;

.bss ALIGN (PAGE_SIZE) : AT(ADDR(.bss) - LOAD_OFFSET) {
Expand Down

0 comments on commit 7b4af6b

Please sign in to comment.