aboutsummaryrefslogtreecommitdiff
path: root/src/arch/riscv/rom_media.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2014-12-02 04:07:02 +0000
committerRonald G. Minnich <rminnich@gmail.com>2014-12-04 19:17:51 +0100
commitfc5dc1c3effb82325a77f2c0c66e95bc7f90de05 (patch)
treec8e6e8c096a80119fc0fc5427acaa116b5ad56b2 /src/arch/riscv/rom_media.c
parent20316990113072cdfdc33a231d8f6340f5e3cbc7 (diff)
RISCV: get RISCV to build again
This makes lzmadecode 64-bit clean (I hope). It also cleans up a few other nits. Change-Id: I24492e9f357e8d3a6de6abc351267f900eb4a19a Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Reviewed-on: http://review.coreboot.org/7623 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/arch/riscv/rom_media.c')
-rw-r--r--src/arch/riscv/rom_media.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/arch/riscv/rom_media.c b/src/arch/riscv/rom_media.c
index 712b7c49d4..8e858cb9bc 100644
--- a/src/arch/riscv/rom_media.c
+++ b/src/arch/riscv/rom_media.c
@@ -90,11 +90,3 @@ static int init_rom_media_cbfs(struct cbfs_media *media) {
int init_default_cbfs_media(struct cbfs_media *media) {
return init_rom_media_cbfs(media);
}
-// bug in coreboot. Fix me.
-// even if you have no use for lzma cbfs demands it.
-// and the ulzma code is terrible -- full of bad 32/64 bad things.
-unsigned long ulzma(unsigned char *src, unsigned char *dst);
-unsigned long ulzma(unsigned char *src, unsigned char *dst)
-{
- return 0;
-}