summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-11-09 20:04:32 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-18 04:53:53 +0000
commit721028ab7994919f9f3e7d64a927eb6242c9d685 (patch)
tree0b372d1828bfe9652420242ca1e5986af184b147
parentf07e1b5cb8b5d42bd02ce8bc11272920f2d84dbc (diff)
downloadchrome-ec-721028ab7994919f9f3e7d64a927eb6242c9d685.tar.gz
Revert "stm32/usb: Add support for board-specific serial number"
This reverts commit d132e5ecbd93fa598fc495ec90718ea853962ef7. BUG=b:200823466 TEST=make buildall -j Change-Id: I08b13fd9b4707476c8955555a0bd423e420aea28 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273462 Reviewed-by: Vadim Sukhomlinov <sukhomlinov@chromium.org>
-rw-r--r--include/system.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/system.h b/include/system.h
index 18eb68b118..4cad8499a6 100644
--- a/include/system.h
+++ b/include/system.h
@@ -268,12 +268,6 @@ const char *system_get_chip_revision(void);
*/
int system_get_chip_unique_id(uint8_t **id);
-/**
- * Optional board-level callback functions to read a unique serial number per
- * chip. Default implementation reads from flash (flash_read_serial).
- */
-const char *board_read_serial(void) __attribute__((weak));
-
/*
* Common bbram entries. Chips don't necessarily need to implement
* all of these, error will be returned from system_get/set_bbram if