diff options
| author | Dave Daynard <nardholio@gmail.com> | 2015-11-23 20:30:30 -0500 |
|---|---|---|
| committer | Dave Daynard <nardholio@gmail.com> | 2015-11-23 20:30:30 -0500 |
| commit | a138606d4b33258b6ab50c171134fa5c8adb5e22 (patch) | |
| tree | 273dd2289fcb7096be5bd98cd48cbce0aa18e146 | |
| parent | dc42677e78bdde1659cbd2f30405a941ceb66565 (diff) | |
d2spr: remove bootloader check
We haven't been enforcing these for quite some time anyway
Change-Id: I076143d1e7cf82679aec0eb40b8120e0616655b0
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | board-info.txt | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index ef1195e..dde36fc 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -29,5 +29,3 @@ # Assert TARGET_OTA_ASSERT_DEVICE := d2spr,d2spi,d2tfnspr,d2lte -TARGET_BOARD_INFO_FILE ?= device/samsung/d2spr/board-info.txt - diff --git a/board-info.txt b/board-info.txt deleted file mode 100644 index fb1c7b0..0000000 --- a/board-info.txt +++ /dev/null @@ -1 +0,0 @@ -require version-bootloader=L710VPAMD7|L710VPUCMK3|S960LWYAMD6|L710VPUDND8|L710VPUDNJ2 |
