summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@google.com>2015-09-15 18:48:19 -0700
committerGaurav Shah <gauravsh@google.com>2015-09-15 19:02:40 -0700
commit71d1e1a2bc5226c458d6926bea0aed5497fde70e (patch)
tree6f7d52c9487f9137014911e5431f1edd622a0a67
parent19ec0baab5311fc3498ced1fb5e9b4a6cead2864 (diff)
downloaddragonboard-71d1e1a2bc5226c458d6926bea0aed5497fde70e.tar.gz
dragonboard: Add board info file
The board name is used by fastboot flashall as a sanity check to ensure we are flashing the right device. BUG: 24112915 Change-Id: Id6e527a4cd55cf7ffea03cff7358209576870b32
-rw-r--r--BoardConfig.mk2
-rw-r--r--board-info.txt1
2 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 24b71ba..a0bbb80 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -24,6 +24,8 @@ BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456
BOARD_USERDATAIMAGE_PARTITION_SIZE := 134217728
BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
+TARGET_BOARD_INFO_FILE := device/qcom/dragonboard/board-info.txt
+
PRODUCT_COPY_FILES += \
device/qcom/dragonboard/fstab.device:root/fstab.device
diff --git a/board-info.txt b/board-info.txt
new file mode 100644
index 0000000..d20a044
--- /dev/null
+++ b/board-info.txt
@@ -0,0 +1 @@
+board=MSM8916