Updated deviceinfo
This commit is contained in:
parent
15fb49ad11
commit
1e5e2669a0
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ deviceinfo_arch="armhf"
|
|||
# You can for example extract these from an existing boot.img
|
||||
deviceinfo_flash_offset_base="0"
|
||||
deviceinfo_flash_offset_kernel="0x00008000"
|
||||
deviceinfo_flash_offset_ramdisk="0x02900000"
|
||||
deviceinfo_flash_offset_second=""
|
||||
deviceinfo_flash_offset_ramdisk="0x2900000"
|
||||
deviceinfo_flash_offset_second="0x00f00000"
|
||||
deviceinfo_flash_offset_tags="0x02700000"
|
||||
deviceinfo_flash_cmdline="console=ttyHSL0,115200,n8 androidboot.hardware=hammerhead user_debug=31 maxcpus=2 msm_watchdog_v2.enable=1"
|
||||
deviceinfo_flash_pagesize="2048"
|
||||
|
||||
|
|
Loading…
Reference in a new issue