From 8ac492999a57aa112fbcc063c6e0689d2c5d4776 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Sep 2015 15:55:50 -0500 Subject: northbridge/amd/amdfam10: Use adequate size for HT speed limit field Change-Id: Ib7ca49ffd53b0ae98a592b9fe8949dee2d9ae100 Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/11587 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc Tested-by: Raptor Engineering Automated Test Stand --- src/northbridge/amd/amdfam10/amdfam10.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge') diff --git a/src/northbridge/amd/amdfam10/amdfam10.h b/src/northbridge/amd/amdfam10/amdfam10.h index 94613856f4..a1e08a0b1f 100644 --- a/src/northbridge/amd/amdfam10/amdfam10.h +++ b/src/northbridge/amd/amdfam10/amdfam10.h @@ -1005,7 +1005,7 @@ struct nodes_info_t { } __attribute__((packed)); struct ht_link_config { - uint8_t ht_speed_limit; // Speed in MHz; 0 for autodetect (default) + uint32_t ht_speed_limit; // Speed in MHz; 0 for autodetect (default) }; /* be careful with the alignment of sysinfo, bacause sysinfo may be shared by coreboot_car and ramstage stage. and ramstage may be running at 64bit later.*/ -- cgit v1.2.3