diff --git a/config.ini b/config.ini index 4263ab5..796d630 100644 --- a/config.ini +++ b/config.ini @@ -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 + diff --git a/dt.img b/dt.img index 78a0132..3e6da1c 100644 Binary files a/dt.img and b/dt.img differ