diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-24 10:54:40 +0200 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-06-01 17:00:26 +0000 |
commit | db0d949380beb37c0dcb5256c9c6682c564f2ebb (patch) | |
tree | b254c61c80f81f1d87a7c0ec122d29a09c3eefa8 /src/mainboard/asrock | |
parent | db2e11841ad69d52a610577abb0aab288eb094b7 (diff) |
mb/asrock/e350m1: Do not redefine AGESA_VERSION_STRING
This is the only AGESA f14 board which has a different version string.
As it is most likely a copy-paste error, drop the redefinition of this
macro from buildOpts.c and use the value defined in AGESA f14 headers.
Change-Id: I384bd96db51457e68a320b99ecdbb2ada0dfbdd5
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41621
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Mike Banon <mikebdp2@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r-- | src/mainboard/asrock/e350m1/buildOpts.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/asrock/e350m1/buildOpts.c b/src/mainboard/asrock/e350m1/buildOpts.c index 7a2cc3b499..1c4d62c250 100644 --- a/src/mainboard/asrock/e350m1/buildOpts.c +++ b/src/mainboard/asrock/e350m1/buildOpts.c @@ -38,11 +38,5 @@ #include "cpuLateInit.h" #include "GnbInterface.h" -/* FIXME: This is most likely wrong */ -#undef AGESA_VERSION_STRING - // This is the release version number of the AGESA component - // This string MUST be exactly 12 characters long -#define AGESA_VERSION_STRING {'V', '0', '.', '0', '.', '0', '.', '1', ' ', ' ', ' ', ' '} - /* Instantiate all solution relevant data */ #include <PlatformInstall.h> |