mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
31
arch/mips/lasat/image/head.S
Normal file
31
arch/mips/lasat/image/head.S
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
#include <asm/lasat/head.h>
|
||||
|
||||
.text
|
||||
.section .text..start, "ax"
|
||||
.set noreorder
|
||||
.set mips3
|
||||
|
||||
/* Magic words identifying a software image */
|
||||
.word LASAT_K_MAGIC0_VAL
|
||||
.word LASAT_K_MAGIC1_VAL
|
||||
|
||||
/* Image header version */
|
||||
.word 0x00000002
|
||||
|
||||
/* image start and size */
|
||||
.word _image_start
|
||||
.word _image_size
|
||||
|
||||
/* start of kernel and entrypoint in uncompressed image */
|
||||
.word _kernel_start
|
||||
.word _kernel_entry
|
||||
|
||||
/* Here we have room for future flags */
|
||||
|
||||
.org 0x40
|
||||
reldate:
|
||||
.word TIMESTAMP
|
||||
|
||||
.org 0x50
|
||||
release:
|
||||
.string VERSION
|
||||
Loading…
Add table
Add a link
Reference in a new issue