summaryrefslogtreecommitdiff
path: root/src/include/boot/elf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boot/elf.h')
-rw-r--r--src/include/boot/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/boot/elf.h b/src/include/boot/elf.h
index 3503388078..36ad670d4c 100644
--- a/src/include/boot/elf.h
+++ b/src/include/boot/elf.h
@@ -394,7 +394,7 @@ extern void jmp_to_elf_entry(void *entry, unsigned long buffer);
struct lb_memory;
extern int elfboot(struct lb_memory *mem);
-#define FIRMWARE_TYPE "LinuxBIOS"
+#define FIRMWARE_TYPE "coreboot"
#define BOOTLOADER "elfboot"
#define BOOTLOADER_VERSION "1.3"