Nick Vaccaro has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/40472 )
Change subject: mb/google/volteer: implement mainboard_get_dram_part_num() ......................................................................
Patch Set 13:
(1 comment)
https://review.coreboot.org/c/coreboot/+/40472/12/src/mainboard/google/volte... File src/mainboard/google/volteer/romstage.c:
https://review.coreboot.org/c/coreboot/+/40472/12/src/mainboard/google/volte... PS12, Line 42: &part_num_store[0]
you can simply use "part_num_store" here as well.
Done