1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #include <baseboard/variants.h>
7 int variant_memory_sku(void)
10 * The memory straps in the P0 build don't match those generated by
11 * spd_tools, so override the memory ID to 0.
17 * Memory configuration board straps
18 * GPIO_MEM_CONFIG_0 GPP_E1
19 * GPIO_MEM_CONFIG_1 GPP_E2
20 * GPIO_MEM_CONFIG_2 GPP_E3
22 gpio_t spd_gpios
[] = {
28 return gpio_base2_value(spd_gpios
, ARRAY_SIZE(spd_gpios
));