From 71f7f0a8f82ffb6273f2f6589bee42b9916bcc35 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Tue, 21 Nov 2017 23:29:55 -0700 Subject: google/kahlee: Rename board_id to memory_sku The GPIOs used in board_id are meant to indicate the memory configuration. Rename board_id to memory_skus. Report the board_id received from the EC. BUG=b:69649438 Change-Id: I84bacead3daf829c97f595c4c11a243953243c29 Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/22561 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/mainboard/google/kahlee/variants/baseboard/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/kahlee/variants/baseboard/memory.c') diff --git a/src/mainboard/google/kahlee/variants/baseboard/memory.c b/src/mainboard/google/kahlee/variants/baseboard/memory.c index ae8734e9d9..daa5ef9160 100644 --- a/src/mainboard/google/kahlee/variants/baseboard/memory.c +++ b/src/mainboard/google/kahlee/variants/baseboard/memory.c @@ -17,7 +17,7 @@ #include #include -uint8_t __attribute__((weak)) variant_board_id(void) +uint8_t __attribute__((weak)) variant_memory_sku(void) { gpio_t pads[] = { [3] = MEM_CONFIG3, -- cgit v1.2.3