X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fboot%2Fselfboot.c;h=99b1493ed7c39d0d6ed3db78a7845bb6bf41ed5c;hp=c45fa636522bf6c1085bfc8096a249b02f07a79b;hb=c5fc7db3559e080858461b724251f87be6faa2cd;hpb=533ec00689d5affb283ea1a07c978972441deeba diff --git a/src/boot/selfboot.c b/src/boot/selfboot.c index c45fa6365..99b1493ed 100644 --- a/src/boot/selfboot.c +++ b/src/boot/selfboot.c @@ -511,7 +511,7 @@ static int selfboot(struct lb_memory *mem, struct cbfs_payload *payload) jmp_to_elf_entry((void*)entry, bounce_buffer, bounce_size); return 1; - out: +out: return 0; }