northbridge/amd/amdfam10: Use adequate size for HT speed limit field
Change-Id: Ib7ca49ffd53b0ae98a592b9fe8949dee2d9ae100 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/11587 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
This commit is contained in:
parent
2e4f83b164
commit
8ac492999a
|
@ -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.*/
|
||||
|
|
Loading…
Reference in New Issue