diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2017-04-07 09:24:02 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-10 20:53:00 +0200 |
commit | f170e71630bff4b181dbd5b209d9fb3f8ce35131 (patch) | |
tree | 6aed1e3342678cf606bd07372b443a5a88ec6d5b /src/mainboard/asus/a8v-e_se | |
parent | 237a93c43e9d269926f34839ee88f00833701ce6 (diff) |
nb/amdk8/(pre_)f.h: Don't declare global variable in header
This is needed if one wants to use the header more than once.
Change-Id: I375d08465b6c64cd91e7563e3917764507d779ba
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/19029
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/asus/a8v-e_se')
-rw-r--r-- | src/mainboard/asus/a8v-e_se/romstage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/asus/a8v-e_se/romstage.c b/src/mainboard/asus/a8v-e_se/romstage.c index 4c74d0f91b..2530aee96e 100644 --- a/src/mainboard/asus/a8v-e_se/romstage.c +++ b/src/mainboard/asus/a8v-e_se/romstage.c @@ -42,6 +42,7 @@ unsigned int get_sbdn(unsigned bus); #include <cpu/x86/bist.h> #include "northbridge/amd/amdk8/setup_resource_map.c" #include <spd.h> +#include <northbridge/amd/amdk8/pre_f.h> #define SERIAL_DEV PNP_DEV(0x2e, W83627EHG_SP1) #define GPIO_DEV PNP_DEV(0x2e, W83627EHG_GPIO_SUSLED_V) |