diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2013-11-19 18:01:03 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-11-21 00:30:41 +0100 |
commit | fe6bdd96d892c2c7c3c9047259dfd38fa9bfe60f (patch) | |
tree | e4210dbde1eed5e013b7b951048ad7045142568e /src/cpu/intel | |
parent | 38c78889c5dfeda842e3dd8b8698549cd5e71021 (diff) | |
download | coreboot-fe6bdd96d892c2c7c3c9047259dfd38fa9bfe60f.tar.xz |
Fix error message on wrong compiles of 2065x
Current error message refers to sandybridge chipset. Instead error
should be that 2065x needs Ibex Peak.
Change-Id: I8cc8a34f496aec7af0ce95b4b65fd25e165f43fb
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/4202
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/cpu/intel')
-rw-r--r-- | src/cpu/intel/model_2065x/bootblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_2065x/bootblock.c b/src/cpu/intel/model_2065x/bootblock.c index 3bd087141d..3fd3d14cc4 100644 --- a/src/cpu/intel/model_2065x/bootblock.c +++ b/src/cpu/intel/model_2065x/bootblock.c @@ -30,7 +30,7 @@ #include <southbridge/intel/ibexpeak/pch.h> #include "model_2065x.h" #else -#error "CPU must be paired with Intel BD82X6X or C216 southbridge" +#error "CPU must be paired with Intel Ibex Peak southbridge" #endif static void set_var_mtrr( |