projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
lib: Move ipmi_bootdev enum to types.h
[petitboot]
/
discover
/
platform-powerpc.c
diff --git
a/discover/platform-powerpc.c
b/discover/platform-powerpc.c
index bbffb604c8481d914b64b29a4be06935b45a4fc7..d777bc0e5b108e1ebfc8b99eb8d9d79a91d1da10 100644
(file)
--- a/
discover/platform-powerpc.c
+++ b/
discover/platform-powerpc.c
@@
-716,6
+716,7
@@
static void set_ipmi_bootdev(struct config *config, enum ipmi_bootdev bootdev,
case IPMI_BOOTDEV_DISK:
case IPMI_BOOTDEV_NETWORK:
case IPMI_BOOTDEV_CDROM:
+ default:
break;
case IPMI_BOOTDEV_SETUP:
config->autoboot_enabled = false;