Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).
authorUwe Hermann <uwe@hermann-uwe.de>
Wed, 10 Feb 2010 19:52:35 +0000 (19:52 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Wed, 10 Feb 2010 19:52:35 +0000 (19:52 +0000)
commit942a40da3ae2688ab9303d54d8b0fffdd98002b7
tree3fd9f9c598415ab0f8101cc16d4a8245749ed612
parent9a432abf17a0b4152e6190624f2adfdd7cbfc444
Do not print the full path name to coreboot.rom in "cbfstool print" (trivial).

This makes the output look a lot nicer, e.g.

  /home/uwe/foo/bar/baz/whatever/build/coreboot.rom: 256 kB, bootblocksize 65536, romsize 262144, offset 0x0

now becomes:

  coreboot.rom: 256 kB, bootblocksize 65536, romsize 262144, offset 0x0

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5112 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
util/cbfstool/common.c