From 721028ab7994919f9f3e7d64a927eb6242c9d685 Mon Sep 17 00:00:00 2001 From: Mary Ruthven Date: Tue, 9 Nov 2021 20:04:32 -0600 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3273462 Reviewed-by: Vadim Sukhomlinov --- include/system.h | 6 ------ 1 file changed, 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 -- cgit v1.2.1