summaryrefslogtreecommitdiff
path: root/src/mainboard/asrock/imb-a180/buildOpts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/asrock/imb-a180/buildOpts.c')
-rw-r--r--src/mainboard/asrock/imb-a180/buildOpts.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mainboard/asrock/imb-a180/buildOpts.c b/src/mainboard/asrock/imb-a180/buildOpts.c
index 99b6180c71..042fe59367 100644
--- a/src/mainboard/asrock/imb-a180/buildOpts.c
+++ b/src/mainboard/asrock/imb-a180/buildOpts.c
@@ -300,15 +300,4 @@ GPIO_CONTROL imba180_gpio[] = {
};
//#define BLDCFG_FCH_GPIO_CONTROL_LIST (&imba180_gpio[0])
-// The following definitions specify the default values for various parameters in which there are
-// no clearly defined defaults to be used in the common file. The values below are based on product
-// and BKDG content, please consult the AGESA Memory team for consultation.
-#define DFLT_SCRUB_DRAM_RATE (0)
-#define DFLT_SCRUB_L2_RATE (0)
-#define DFLT_SCRUB_L3_RATE (0)
-#define DFLT_SCRUB_IC_RATE (0)
-#define DFLT_SCRUB_DC_RATE (0)
-#define DFLT_MEMORY_QUADRANK_TYPE QUADRANK_UNBUFFERED
-#define DFLT_VRM_SLEW_RATE (5000)
-
#include <PlatformInstall.h>