diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-05-12 11:39:28 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-05-13 17:12:30 +0000 |
commit | 200075ba2dc5697a09e9dcd6b41390e7435a5ed5 (patch) | |
tree | 2fa4b4e6f4383557bad2002500e8c80e703b6330 /src/mainboard/google/rambi/variants/winky | |
parent | c2837e70b9171886c9efdc4ae9b089b1fe2732d3 (diff) |
mb/google/rambi: Use <device/dram/ddr3.h>
Change-Id: I3aa669042908b92d7b270df077a352e197071780
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82354
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/rambi/variants/winky')
-rw-r--r-- | src/mainboard/google/rambi/variants/winky/include/variant/variant.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rambi/variants/winky/include/variant/variant.h b/src/mainboard/google/rambi/variants/winky/include/variant/variant.h index f4aa213727..2238233666 100644 --- a/src/mainboard/google/rambi/variants/winky/include/variant/variant.h +++ b/src/mainboard/google/rambi/variants/winky/include/variant/variant.h @@ -18,7 +18,6 @@ static const uint32_t dual_channel_config = (1 << 0) | (1 << 1) | (1 << 2) | (1 << 3); -#define SPD_SIZE 256 #define GPIO_SSUS_37_PAD 57 #define GPIO_SSUS_38_PAD 50 #define GPIO_SSUS_39_PAD 58 |