diff options
Diffstat (limited to 'stand/kboot/libkboot/seg.c')
-rw-r--r-- | stand/kboot/libkboot/seg.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stand/kboot/libkboot/seg.c b/stand/kboot/libkboot/seg.c index 6979d5cfa5fd..708170b6c381 100644 --- a/stand/kboot/libkboot/seg.c +++ b/stand/kboot/libkboot/seg.c @@ -216,8 +216,7 @@ static struct kv { linux_code, "Kernel code", KV_KEEPER }, { linux_data, "Kernel data", KV_KEEPER }, { linux_bss, "Kernel bss", KV_KEEPER }, - { firmware_reserved, "reserved" }, - { 0, NULL }, + { firmware_reserved, "Reserved" }, }; static const char * |