add automatic payload compression method to LinuxBIOS
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2288 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
*/
|
||||
|
||||
/*XXXXXXXXXXXXXX */
|
||||
/*static const */unsigned char *rom_start = (void *)CONFIG_ROM_STREAM_START;
|
||||
/*static const */unsigned char *rom_end = (void *)(CONFIG_ROM_STREAM_START + PAYLOAD_SIZE - 1);
|
||||
/*static const */unsigned char *rom_start = (unsigned char *)CONFIG_ROM_STREAM_START;
|
||||
/*static const */unsigned char *rom_end = (unsigned char *)(CONFIG_ROM_STREAM_START + PAYLOAD_SIZE - 1);
|
||||
/*XXXXXXXXXXXXXX */
|
||||
static const unsigned char *rom;
|
||||
|
||||
|
Reference in New Issue
Block a user