Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for IM-A900 #13

Open
wants to merge 1 commit into
base: pantech/ef63
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 7 additions & 9 deletions config.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[variables]
DEVICE_NAME = Vega Iron 2

DEVICE_NAME = Vega Secret Up
LK_TARGET = msm8974
LK_SOURCE = qcom/LA.BF64
LK_BASE = 0x0f600000
EDK2_BASE = 0xde000000
EDK2_SIZE = 0x02000000

BOOTIMG_BASE = 0x00000000
BOOTIMG_DT = $(DEVICE_DIR)/dt.img
LK_BASE = 0x000000000f600000
EDK2_BASE = 0x000000007e000000
EDK2_SIZE = 0x0000000002000000
BOOTIMG_BASE = 0x00000000
BOOTIMG_DT = $(DEVICE_DIR)/dt.img
BOOTIMG_PAGESIZE = 2048

LCD_DENSITY = 480

Binary file modified dt.img
Binary file not shown.