Skip to content

Commit a1faacf

Browse files
authored
Remove reference to wafer_id (#2512)
`wafer_id` is not correct, as it is a 64-bit `device_ID` instead of a separate `device_id` and `wafer_id`
1 parent d7abd66 commit a1faacf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/boot_bootrom_headers/include/boot/bootrom_constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ typedef int (*bootrom_api_callback_generic_t)(uint32_t r0, uint32_t r1, uint32_t
230230
#define PT_INFO_PARTITION_NAME 0x0080
231231

232232
// items are returned in order
233-
// 3 words package_id, device_id, wafer_id
233+
// 3 words package_id, device_id_lo, device_id_hi
234234
#define SYS_INFO_CHIP_INFO 0x0001
235235
// 1 word: chip specific critical bits
236236
#define SYS_INFO_CRITICAL 0x0002

0 commit comments

Comments
 (0)