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:
Timothy Pearson 2015-09-07 15:55:50 -05:00 committed by Alexandru Gagniuc
parent 2e4f83b164
commit 8ac492999a
1 changed files with 1 additions and 1 deletions

View File

@ -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.*/