From 269e932340869696abfaeb63736ba887d88ef690 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 21 Jan 2011 07:24:08 +0000 Subject: Add nvramtool -C option that takes a CBFS file as argument. When using this option, nvramtool looks for a cmos_layout.bin and cmos.default in the image and uses these for layout information and CMOS data. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6285 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/nvramtool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/nvramtool/Makefile') diff --git a/util/nvramtool/Makefile b/util/nvramtool/Makefile index f035b0f6b9..94fa707372 100644 --- a/util/nvramtool/Makefile +++ b/util/nvramtool/Makefile @@ -24,12 +24,12 @@ CC = gcc STRIP = strip INSTALL = /usr/bin/install PREFIX = /usr/local -CFLAGS = -O2 -g -Wall -W +CFLAGS = -O2 -g -Wall -W -m32 #CFLAGS = -Os -Wall OBJS = cmos_lowlevel.o cmos_ops.o common.o compute_ip_checksum.o \ hexdump.o input_file.o layout.o layout_file.o lbtable.o \ - nvramtool.o opts.o reg_expr.o + nvramtool.o opts.o reg_expr.o cbfs.o OS_ARCH = $(shell uname) ifeq ($(OS_ARCH), Darwin) -- cgit v1.2.3