diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2017-10-02 18:21:10 -0700 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2017-10-03 17:35:05 +0000 |
| commit | 365312b438e418811a0b372f87d21f2b70fe1bb2 (patch) | |
| tree | df77df3df25c79a03f12bca7868e6138cd95002e /sailfish | |
| parent | 29d643327b94a5f6884b312246927f7afe835724 (diff) | |
Correctly set NXP_CHIP_TYPE
Default fallback for chip type has changed to PN553, hence setting the
chip type to PN551 is necessary for accurate firmware download and other
PN551 specific functionality.
Bug: 64340525
Test: Firmware Download successful
Change-Id: I4670c5b7a8ed860a6c954ec795c45d3f6a5381bc
Diffstat (limited to 'sailfish')
| -rw-r--r-- | sailfish/BoardConfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sailfish/BoardConfig.mk b/sailfish/BoardConfig.mk index 199d0302..33b8ab47 100644 --- a/sailfish/BoardConfig.mk +++ b/sailfish/BoardConfig.mk @@ -190,7 +190,7 @@ BOARD_USES_SYSTEM_OTHER_ODEX := true TARGET_COPY_OUT_VENDOR := vendor #NFC -NXP_CHIP_TYPE := PN551 +NXP_CHIP_TYPE := 3 # Testing related defines BOARD_PERFSETUP_SCRIPT := platform_testing/scripts/perf-setup/sailin-setup.sh |
