Further simplify cbfs functions - don't pass iscomp to callers.
authorKevin O'Connor <kevin@koconnor.net>
Wed, 19 Aug 2009 02:21:10 +0000 (22:21 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 19 Aug 2009 02:21:10 +0000 (22:21 -0400)
commit0088259ac0db04921dcc8e1ead5a51525eff116d
tree88b81710e97c735f428cab895b2781306d9ada46
parentf5624d27ec17e1aab28a8ff08aba93d2d9cd8c04
Further simplify cbfs functions - don't pass iscomp to callers.

The cbfs data copy function can determine if the file is compressed on
    its own - it doesn't need the iscomp parameter passed in.
src/coreboot.c
src/optionroms.c
src/ramdisk.c
src/util.h