diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-04-11 23:31:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-11 23:31:45 +0000 |
commit | 78b5e37e8c086696594cd05edf0c4fd9527aa1fc (patch) | |
tree | 7403b71ee5e9f1361d19072807ebec4c5f289590 /util | |
parent | 46d65e85a1c0449f86497264d5958b3d85784767 (diff) |
Rename flash_rom.c to flashrom.c. The tool is called 'flashrom' after
all.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2603 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util')
-rw-r--r-- | util/flashrom/Makefile | 4 | ||||
-rw-r--r-- | util/flashrom/flashrom.c (renamed from util/flashrom/flash_rom.c) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/util/flashrom/Makefile b/util/flashrom/Makefile index bb460c5962..fbae239799 100644 --- a/util/flashrom/Makefile +++ b/util/flashrom/Makefile @@ -1,5 +1,5 @@ # -# Makefile for flash_rom +# Makefile for flashrom utility # # redone by Stefan Reinauer <stepan@openbios.org> # @@ -23,7 +23,7 @@ endif OBJS = chipset_enable.o board_enable.o udelay.o jedec.o sst28sf040.o \ am29f040b.o mx29f002.o sst39sf020.o m29f400bt.o w49f002u.o \ 82802ab.o msys_doc.o pm49fl004.o sst49lf040.o sst49lfxxxc.o \ - sst_fwhub.o layout.o lbtable.o flashchips.o flash_rom.o \ + sst_fwhub.o layout.o lbtable.o flashchips.o flashrom.o \ sharplhf00l04.o all: pciutils dep $(PROGRAM) diff --git a/util/flashrom/flash_rom.c b/util/flashrom/flashrom.c index 60c33c0328..fddefea06d 100644 --- a/util/flashrom/flash_rom.c +++ b/util/flashrom/flashrom.c @@ -1,5 +1,5 @@ /* - * flash_rom.c: Flash programming utility + * flashrom.c: Flash programming utility * * Copyright 2000 Silicon Integrated System Corporation * Copyright 2004 Tyan Corp |