peregrine: Add Bootloader Assert
With the new version, there was a modification to the modem layout. Users on the older bootloader would have non-functioning radio in this case. Another issue would be the display flickering. Add assert to alert user to update his bootloader (motoboot.img) Change-Id: I73588865646da3a962fd98309ff5710cbdee085c
This commit is contained in:
parent
a9bf421a9f
commit
3a83fed13e
|
@ -23,6 +23,9 @@ TARGET_UNIFIED_DEVICE := true
|
|||
TARGET_INIT_VENDOR_LIB := libinit_msm
|
||||
TARGET_LIBINIT_DEFINES_FILE := device/motorola/peregrine/init/init_peregrine.c
|
||||
|
||||
# Board
|
||||
TARGET_BOARD_INFO_FILE := device/motorola/peregrine/board-info.txt
|
||||
|
||||
# Kernel
|
||||
BOARD_CUSTOM_BOOTIMG_MK := $(LOCAL_PATH)/mkbootimg.mk
|
||||
TARGET_KERNEL_CONFIG := peregrine_defconfig
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
require version-bootloader=0x411B
|
Loading…
Reference in New Issue