From 7d0ff4c12623300886516edae6e124c950be3c86 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 24 Apr 2009 06:32:29 +0000 Subject: These are some really horrible bugs that got through. (and, for the record: no more #ifdef in coreboot. We're not going to have this happen again. If we do have it in v2, let's remove it.) Signed-off-by: Ronald G. Minnich Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4203 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/boot/selfboot.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/boot') diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index c7b927f15b..09b3ea360d 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -94,6 +94,7 @@ int cbfs_self_decompress(int algo, void *src,struct segment *new) case CBFS_COMPRESS_LZMA: { unsigned long ulzma(unsigned char *src, unsigned char *dst); ulzma(src, dst); + break; } #endif @@ -102,6 +103,7 @@ int cbfs_self_decompress(int algo, void *src,struct segment *new) unsigned long unrv2b(u8 *src, u8 *dst, unsigned long *ilen_p); unsigned long tmp; unrv2b(src, dst, &tmp); + break; } #endif default: -- cgit v1.2.3