aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/google/volteer/variants/elemi/memory.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/google/volteer/variants/elemi/memory.c b/src/mainboard/google/volteer/variants/elemi/memory.c
index d3de4be711..32b7abca17 100644
--- a/src/mainboard/google/volteer/variants/elemi/memory.c
+++ b/src/mainboard/google/volteer/variants/elemi/memory.c
@@ -21,10 +21,10 @@ const struct ddr_memory_cfg *variant_memory_params(void)
int variant_memory_sku(void)
{
gpio_t spd_gpios[] = {
- GPIO_MEM_CONFIG_3,
- GPIO_MEM_CONFIG_2,
- GPIO_MEM_CONFIG_1,
GPIO_MEM_CONFIG_0,
+ GPIO_MEM_CONFIG_1,
+ GPIO_MEM_CONFIG_2,
+ GPIO_MEM_CONFIG_3,
};
return gpio_base2_value(spd_gpios, ARRAY_SIZE(spd_gpios));