From ba43064d3276f3c96bb057ecdfd293cb2ae11a97 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 6 Apr 2007 12:14:51 +0000 Subject: Trivial patch: * Drop empty file (0 bytes) northbridge/amd/amdk8/cpu_rev.c and references to it. * move config option decision to preprocessor instead of code since config options can not change during runtime * slightly more verbose output in built_opt_tbl.c Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2586 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/options/build_opt_tbl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/options') diff --git a/util/options/build_opt_tbl.c b/util/options/build_opt_tbl.c index c5a4b7b777..91906a967c 100644 --- a/util/options/build_opt_tbl.c +++ b/util/options/build_opt_tbl.c @@ -462,7 +462,8 @@ int main(int argc, char **argv) exit(1); } if ((cs->range_end/8) != LB_CKS_RANGE_END) { - fprintf(stderr, "Error - Range end does not match define in line\n%s\n", line); + fprintf(stderr, "Error - Range end (%d) does not match define (%d) in line\n%s\n", + (cs->range_end/8), LB_CKS_RANGE_END, line); exit(1); } if ((cs->location/8) != LB_CKS_LOC) { -- cgit v1.2.3