-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 178934 b: refs/heads/master c: e7db7b4 h: refs/heads/master v: v3
- Loading branch information
Albin Tonnerre
authored and
Linus Torvalds
committed
Jan 11, 2010
1 parent
50838e9
commit fc75624
Showing
6 changed files
with
69 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7dd65feb6c603e13eba501c34c662259ab38e70e | ||
refs/heads/master: e7db7b4270ed2a606b8c0b5f944a5f92ade0e84c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.section .piggydata,#alloc | ||
.globl input_data | ||
input_data: | ||
.incbin "arch/arm/boot/compressed/piggy.gzip" | ||
.globl input_data_end | ||
input_data_end: |
2 changes: 1 addition & 1 deletion
2
trunk/arch/arm/boot/compressed/piggy.S → trunk/arch/arm/boot/compressed/piggy.lzo.S
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.section .piggydata,#alloc | ||
.globl input_data | ||
input_data: | ||
.incbin "arch/arm/boot/compressed/piggy.gz" | ||
.incbin "arch/arm/boot/compressed/piggy.lzo" | ||
.globl input_data_end | ||
input_data_end: |