summaryrefslogtreecommitdiff
path: root/common/rma_auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/rma_auth.c')
-rw-r--r--common/rma_auth.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/rma_auth.c b/common/rma_auth.c
index ade4e4697b..e7f6db121f 100644
--- a/common/rma_auth.c
+++ b/common/rma_auth.c
@@ -102,8 +102,6 @@ int rma_create_challenge(void)
if (read_board_id(&bid))
return EC_ERROR_UNKNOWN;
- /* The server wants this as a string, not a number. */
- bid.type = htobe32(bid.type);
memcpy(c.board_id, &bid.type, sizeof(c.board_id));
unique_device_id_size = system_get_chip_unique_id(&device_id);